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