Called for Maps
Namespace:
NHibernate.CfgAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Sub BindMapSecondPass ( _ node As XmlNode, _ model As Map, _ classes As IDictionary, _ mappings As Mappings _ ) |
C# |
---|
public static void BindMapSecondPass( XmlNode node, Map model, IDictionary classes, Mappings mappings ) |
Visual C++ |
---|
public: static void BindMapSecondPass( XmlNode^ node, Map^ model, IDictionary^ classes, Mappings^ mappings ) |
JavaScript |
---|
NHibernate.Cfg.HbmBinder.bindMapSecondPass = function(node, model, classes, mappings); |
Parameters
- node
- Type: System.Xml..::.XmlNode
- model
- Type: NHibernate.Mapping..::.Map
- classes
- Type: System.Collections..::.IDictionary
- mappings
- Type: NHibernate.Cfg..::.Mappings