Namespace:  NHibernate.Persister.Entity
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Protected Sub InitPropertyPaths ( _
	path As String, _
	type As IType, _
	columns As String(), _
	formulaTemplates As String(), _
	factory As IMapping _
)
C#
protected void InitPropertyPaths(
	string path,
	IType type,
	string[] columns,
	string[] formulaTemplates,
	IMapping factory
)
Visual C++
protected:
void InitPropertyPaths(
	String^ path, 
	IType^ type, 
	array<String^>^ columns, 
	array<String^>^ formulaTemplates, 
	IMapping^ factory
)
JavaScript
function initPropertyPaths(path, type, columns, formulaTemplates, factory);

Parameters

path
Type: System..::.String
type
Type: NHibernate.Type..::.IType
columns
Type: array< System..::.String >[]()[]
formulaTemplates
Type: array< System..::.String >[]()[]
factory
Type: NHibernate.Engine..::.IMapping

See Also