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