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

Type of reader represented by an MgReader. More...

List of all members.

Static Public Attributes

static const int DataReader = 1
 Signifies that the object is of type MgDataReader.
static const int FeatureReader = 0
 Signifies that the object is of type MgFeatureReader.
static const int SqlDataReader = 2
 Signifies that the object is of type MgSqlDataReader.

Detailed Description

Type of reader represented by an MgReader.

Remarks:
Defines the type of a reader whose class is derived from MgReader. The three derived classes are MgDataReader, MgFeatureReader, and MgSqlDataReader. An MgReaderType value is returned by the reader's GetReaderType method.