NShape Reference
RepositoryReader.BeginReadInnerObject Method

<< Click to Display Table of Contents >>

Navigation:  Class Reference > Namespace Dataweb.NShape.Advanced > RepositoryReader Class >

NShape Reference
RepositoryReader.BeginReadInnerObject Method

Previous pageReturn to chapter overviewNext page

Reads the next object from the repository reader.

Syntax

bool BeginReadInnerObject()

Description

In this function the AdoNetRepositoryReader checks whether there is next row in the result set fetched in BeginReadInnerObjects. If it is not, it sets the reader to null and returns false. If it is, it initializes reader with that row and returns true. The caller must eventually follow each call to BeginReadInnerObject by a call to EndReadInnerObject.