Initializes a new instance of the ElementPropertyMapping class

Namespace: NHibernate.Persister.Collection
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public ElementPropertyMapping(
	string[] elementColumns,
	IType type
)
Visual Basic
Public Sub New ( _
	elementColumns As String(), _
	type As IType _
)
Visual C++
public:
ElementPropertyMapping(
	array<String^>^ elementColumns, 
	IType^ type
)

Parameters

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

[Missing <param name="elementColumns"/> documentation for "M:NHibernate.Persister.Collection.ElementPropertyMapping.#ctor(System.String[],NHibernate.Type.IType)"]

type
Type: NHibernate.Type..::..IType

[Missing <param name="type"/> documentation for "M:NHibernate.Persister.Collection.ElementPropertyMapping.#ctor(System.String[],NHibernate.Type.IType)"]

See Also