Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ table As Table, _ identifier As SimpleValue _ ) |
C# |
---|
public OneToOne( Table table, SimpleValue identifier ) |
Visual C++ |
---|
public: OneToOne( Table^ table, SimpleValue^ identifier ) |
JavaScript |
---|
NHibernate.Mapping.OneToOne = function(table, identifier); |