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
)
Visual Basic
Public Shared Function ManyToOne ( _
	persistentClass As String _
) As EntityType
Visual C++
public:
static EntityType^ ManyToOne(
	String^ persistentClass
)

Parameters

persistentClass
Type: System..::..String

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

Return Value

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

See Also