Initializes a new instance of the CollectionPropertyMapping class

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

Syntax

C#
public CollectionPropertyMapping(
	IQueryableCollection memberPersister
)
Visual Basic
Public Sub New ( _
	memberPersister As IQueryableCollection _
)
Visual C++
public:
CollectionPropertyMapping(
	IQueryableCollection^ memberPersister
)

Parameters

memberPersister
Type: NHibernate.Persister.Collection..::..IQueryableCollection

[Missing <param name="memberPersister"/> documentation for "M:NHibernate.Persister.Collection.CollectionPropertyMapping.#ctor(NHibernate.Persister.Collection.IQueryableCollection)"]

See Also