<< Click to Display Table of Contents >> NShape Reference
|
Reads the next object from the repository reader.
bool BeginReadInnerObject() |
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.