Web API Reference MapGuide Open Source

MgReaderType Class Reference
[MgReaderType]

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

List of all members.


Static Public Attributes

static const int DataReader = 1
static const int FeatureReader = 0
static const int SqlDataReader = 2

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.

Comments or suggestions? Send us feedback.