Represents state associated with the processing of a given IDataReader in regards to loading collections.

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

Syntax

C#
public class CollectionLoadContext
Visual Basic
Public Class CollectionLoadContext
Visual C++
public ref class CollectionLoadContext

Remarks

Another implementation option to consider is to not expose ResultSets directly (in the JDBC redesign) but to always "wrap" them and apply a [series of] context[s] to that wrapper.

Inheritance Hierarchy

System..::..Object
  NHibernate.Engine.Loading..::..CollectionLoadContext

See Also