OLEDBCommandType enumeration
OLEDBCommandType enumeration
Specifies the OLE DB command type.
The OLEDBCommandType type exposes the following members:
Fields
| Field | Description |
|---|---|
| NONE | The command type is not specified. |
| CUBE_NAME | Specifies a cube name |
| SQL_STATEMENT | Specifies a SQL statement |
| TABLE_NAME | Specifies a table name |
| DEFAULT_INFORMATION | Specifies that default information has been given, and it is up to the provider how to interpret. |
| WEB_BASED_LIST | Specifies a query which is against a web based List Data Provider. |
| TABLE_COLLECTION | Specifies the table list. |