Namespace:
NHibernate.Cfg
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Sub BindIdentifierCollectionSecondPass ( _ node As XmlNode, _ model As IdentifierCollection, _ persitentClasses As IDictionary, _ mappings As Mappings _ ) |
C# |
---|
public static void BindIdentifierCollectionSecondPass( XmlNode node, IdentifierCollection model, IDictionary persitentClasses, Mappings mappings ) |
Visual C++ |
---|
public: static void BindIdentifierCollectionSecondPass( XmlNode^ node, IdentifierCollection^ model, IDictionary^ persitentClasses, Mappings^ mappings ) |
JavaScript |
---|
NHibernate.Cfg.HbmBinder.bindIdentifierCollectionSecondPass = function(node, model, persitentClasses, mappings); |
Parameters
- node
- Type: System.Xml..::.XmlNode
- model
- Type: NHibernate.Mapping..::.IdentifierCollection
- persitentClasses
- Type: System.Collections..::.IDictionary
- mappings
- Type: NHibernate.Cfg..::.Mappings