Namespace:  NHibernate.Type
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Protected Sub New ( _
	persistentClass As Type, _
	uniqueKeyPropertyName As String, _
	eager As Boolean _
)
C#
protected EntityType(
	Type persistentClass,
	string uniqueKeyPropertyName,
	bool eager
)
Visual C++
protected:
EntityType(
	Type^ persistentClass, 
	String^ uniqueKeyPropertyName, 
	bool eager
)
JavaScript
NHibernate.Type.EntityType = function(persistentClass, uniqueKeyPropertyName, eager);

Parameters

persistentClass
Type: System..::.Type
uniqueKeyPropertyName
Type: System..::.String
eager
Type: System..::.Boolean

See Also