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