Namespace:  NHibernate.Persister.Collection
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);

Parameters

elementColumns
Type: array< System..::.String >[]()[]
type
Type: NHibernate.Type..::.IType

See Also