Namespace:
NHibernate.Cfg
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Sub BindArray ( _ node As XmlNode, _ model As Array, _ prefix As String, _ path As String, _ containingType As Type, _ mappings As Mappings _ ) |
C# |
---|
public static void BindArray( XmlNode node, Array model, string prefix, string path, Type containingType, Mappings mappings ) |
Visual C++ |
---|
public: static void BindArray( XmlNode^ node, Array^ model, String^ prefix, String^ path, Type^ containingType, Mappings^ mappings ) |
JavaScript |
---|
NHibernate.Cfg.HbmBinder.bindArray = function(node, model, prefix, path, containingType, mappings); |
Parameters
- node
- Type: System.Xml..::.XmlNode
- model
- Type: NHibernate.Mapping..::.Array
- prefix
- Type: System..::.String
- path
- Type: System..::.String
- containingType
- Type: System..::.Type
- mappings
- Type: NHibernate.Cfg..::.Mappings
Remarks
Called for arrays and primitive arrays