Initializes a new instance of CollectionEntry.

Namespace: NHibernate.Engine
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public CollectionEntry(
	ICollectionPersister persister,
	IPersistentCollection collection
)
Visual Basic
Public Sub New ( _
	persister As ICollectionPersister, _
	collection As IPersistentCollection _
)
Visual C++
public:
CollectionEntry(
	ICollectionPersister^ persister, 
	IPersistentCollection^ collection
)

Parameters

persister
Type: NHibernate.Persister.Collection..::..ICollectionPersister

[Missing <param name="persister"/> documentation for "M:NHibernate.Engine.CollectionEntry.#ctor(NHibernate.Persister.Collection.ICollectionPersister,NHibernate.Collection.IPersistentCollection)"]

collection
Type: NHibernate.Collection..::..IPersistentCollection

[Missing <param name="collection"/> documentation for "M:NHibernate.Engine.CollectionEntry.#ctor(NHibernate.Persister.Collection.ICollectionPersister,NHibernate.Collection.IPersistentCollection)"]

Remarks

For newly wrapped collections, or dereferenced collection wrappers

See Also