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) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public override void BeginRead()
Visual Basic
Public Overrides Sub BeginRead
Visual C++
public:
virtual void BeginRead() override

Implements

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

See Also