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