Initializes a new instance of the LoadingCollectionEntry class

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

Syntax

C#
public LoadingCollectionEntry(
	IDataReader resultSet,
	ICollectionPersister persister,
	Object key,
	IPersistentCollection collection
)
Visual Basic
Public Sub New ( _
	resultSet As IDataReader, _
	persister As ICollectionPersister, _
	key As Object, _
	collection As IPersistentCollection _
)
Visual C++
public:
LoadingCollectionEntry(
	IDataReader^ resultSet, 
	ICollectionPersister^ persister, 
	Object^ key, 
	IPersistentCollection^ collection
)

Parameters

resultSet
Type: System.Data..::..IDataReader

[Missing <param name="resultSet"/> documentation for "M:NHibernate.Engine.Loading.LoadingCollectionEntry.#ctor(System.Data.IDataReader,NHibernate.Persister.Collection.ICollectionPersister,System.Object,NHibernate.Collection.IPersistentCollection)"]

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

[Missing <param name="persister"/> documentation for "M:NHibernate.Engine.Loading.LoadingCollectionEntry.#ctor(System.Data.IDataReader,NHibernate.Persister.Collection.ICollectionPersister,System.Object,NHibernate.Collection.IPersistentCollection)"]

key
Type: System..::..Object

[Missing <param name="key"/> documentation for "M:NHibernate.Engine.Loading.LoadingCollectionEntry.#ctor(System.Data.IDataReader,NHibernate.Persister.Collection.ICollectionPersister,System.Object,NHibernate.Collection.IPersistentCollection)"]

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

[Missing <param name="collection"/> documentation for "M:NHibernate.Engine.Loading.LoadingCollectionEntry.#ctor(System.Data.IDataReader,NHibernate.Persister.Collection.ICollectionPersister,System.Object,NHibernate.Collection.IPersistentCollection)"]

See Also