Namespace:
NHibernate.Cfg
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Sub BindCollectionSecondPass ( _ node As XmlNode, _ model As Collection, _ persistentClasses As IDictionary, _ mappings As Mappings _ ) |
C# |
---|
public static void BindCollectionSecondPass( XmlNode node, Collection model, IDictionary persistentClasses, Mappings mappings ) |
Visual C++ |
---|
public: static void BindCollectionSecondPass( XmlNode^ node, Collection^ model, IDictionary^ persistentClasses, Mappings^ mappings ) |
JavaScript |
---|
NHibernate.Cfg.HbmBinder.bindCollectionSecondPass = function(node, model, persistentClasses, mappings); |
Parameters
- node
- Type: System.Xml..::.XmlNode
- model
- Type: NHibernate.Mapping..::.Collection
- persistentClasses
- Type: System.Collections..::.IDictionary
- mappings
- Type: NHibernate.Cfg..::.Mappings
Remarks
Called for all collections