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

Syntax

Visual Basic (Declaration)
Protected Sub InitIdentifierPropertyPaths ( _
	path As String, _
	etype As EntityType, _
	columns As String(), _
	factory As IMapping _
)
C#
protected void InitIdentifierPropertyPaths(
	string path,
	EntityType etype,
	string[] columns,
	IMapping factory
)
Visual C++
protected:
void InitIdentifierPropertyPaths(
	String^ path, 
	EntityType^ etype, 
	array<String^>^ columns, 
	IMapping^ factory
)
JavaScript
function initIdentifierPropertyPaths(path, etype, columns, factory);

Parameters

path
Type: System..::.String
etype
Type: NHibernate.Type..::.EntityType
columns
Type: array< System..::.String >[]()[]
factory
Type: NHibernate.Engine..::.IMapping

See Also