A many-to-one association type for the given class and cascade style.

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

Syntax

C#
public static EntityType ManyToOne(
	string persistentClass,
	bool lazy
)
Visual Basic
Public Shared Function ManyToOne ( _
	persistentClass As String, _
	lazy As Boolean _
) As EntityType
Visual C++
public:
static EntityType^ ManyToOne(
	String^ persistentClass, 
	bool lazy
)

Parameters

persistentClass
Type: System..::..String

[Missing <param name="persistentClass"/> documentation for "M:NHibernate.Type.TypeFactory.ManyToOne(System.String,System.Boolean)"]

lazy
Type: System..::..Boolean

[Missing <param name="lazy"/> documentation for "M:NHibernate.Type.TypeFactory.ManyToOne(System.String,System.Boolean)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Type.TypeFactory.ManyToOne(System.String,System.Boolean)"]

See Also