MgSqlDataReader Class Reference
[MgSqlDataReader]
Inherits MgReader.
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.