Get the {@link CollectionLoadContext} associated with the given {@link ResultSet}, creating one if needed.

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

Syntax

C#
public CollectionLoadContext GetCollectionLoadContext(
	IDataReader resultSet
)
Visual Basic
Public Function GetCollectionLoadContext ( _
	resultSet As IDataReader _
) As CollectionLoadContext
Visual C++
public:
CollectionLoadContext^ GetCollectionLoadContext(
	IDataReader^ resultSet
)

Parameters

resultSet
Type: System.Data..::..IDataReader
The result set for which to retrieve the context.

Return Value

The processing context.

See Also