Before ReadFrom(IDataReader, ICollectionPersister, ICollectionAliases, Object) is called the PersistentArrayHolder needs to setup a temporary list to hold the objects.

Namespace:  NHibernate.Collection
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