Namespace:
NHibernate.Cfg
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Sub BindOneToOne ( _ node As XmlNode, _ model As OneToOne, _ isNullable As Boolean, _ mappings As Mappings _ ) |
C# |
---|
public static void BindOneToOne( XmlNode node, OneToOne model, bool isNullable, Mappings mappings ) |
Visual C++ |
---|
public: static void BindOneToOne( XmlNode^ node, OneToOne^ model, bool isNullable, Mappings^ mappings ) |
JavaScript |
---|
NHibernate.Cfg.HbmBinder.bindOneToOne = function(node, model, isNullable, mappings); |
Parameters
- node
- Type: System.Xml..::.XmlNode
- model
- Type: NHibernate.Mapping..::.OneToOne
- isNullable
- Type: System..::.Boolean
- mappings
- Type: NHibernate.Cfg..::.Mappings