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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	persistentClass As Type, _
	lazy As Boolean _
)
C#
public ManyToOneType(
	Type persistentClass,
	bool lazy
)
Visual C++
public:
ManyToOneType(
	Type^ persistentClass, 
	bool lazy
)
JavaScript
NHibernate.Type.ManyToOneType = function(persistentClass, lazy);

Parameters

persistentClass
Type: System..::.Type
lazy
Type: System..::.Boolean

See Also