MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
MgSqlDataReader Class Reference

Provides a forward-only, read-only iterator for reading data returned by a call to MgFeatureService::ExecuteSqlQuery. More...

+ Inheritance diagram for MgSqlDataReader:

List of all members.


Detailed Description

Provides a forward-only, read-only iterator for reading data returned by a call to MgFeatureService::ExecuteSqlQuery.

Remarks:
The initial position of the SqlReader interface is prior to the first item. Therefore, you must call ReadNext before you can access any data.