Set up the temporary List that will be used in the EndRead() to fully create the set.

Namespace:  NHibernate.Collection.Generic
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Overrides Sub BeginRead
C#
public override void BeginRead()
Visual C++
public:
virtual void BeginRead() override
JavaScript
function beginRead();

Implements

IPersistentCollection..::.BeginRead()()()

See Also