MgReaderType Class Reference
[MgReaderType]
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.
Static Public Attributes | |
static const int | DataReader = 1 |
static const int | FeatureReader = 0 |
static const int | SqlDataReader = 2 |