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