Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ elementColumns As String(), _ type As IType _ ) |
C# |
---|
public ElementPropertyMapping( string[] elementColumns, IType type ) |
Visual C++ |
---|
public: ElementPropertyMapping( array<String^>^ elementColumns, IType^ type ) |
JavaScript |
---|
NHibernate.Persister.Collection.ElementPropertyMapping = function(elementColumns, type); |