Namespace:
NHibernate.Type
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ persistentClass As Type, _ uniqueKeyPropertyName As String, _ lazy As Boolean, _ ignoreNotFound As Boolean _ ) |
C# |
---|
public ManyToOneType( Type persistentClass, string uniqueKeyPropertyName, bool lazy, bool ignoreNotFound ) |
Visual C++ |
---|
public: ManyToOneType( Type^ persistentClass, String^ uniqueKeyPropertyName, bool lazy, bool ignoreNotFound ) |
JavaScript |
---|
NHibernate.Type.ManyToOneType = function(persistentClass, uniqueKeyPropertyName, lazy, ignoreNotFound); |
Parameters
- persistentClass
- Type: System..::.Type
- uniqueKeyPropertyName
- Type: System..::.String
- lazy
- Type: System..::.Boolean
- ignoreNotFound
- Type: System..::.Boolean