A many-to-one association type for the given class and cascade style.
Namespace:
NHibernate.TypeAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function ManyToOne ( _ persistentClass As Type _ ) As EntityType |
C# |
---|
public static EntityType ManyToOne( Type persistentClass ) |
Visual C++ |
---|
public: static EntityType^ ManyToOne( Type^ persistentClass ) |
JavaScript |
---|
NHibernate.Type.TypeFactory.manyToOne = function(persistentClass); |
Parameters
- persistentClass
- Type: System..::.Type