OLEDBCommandType
OLEDBCommandType enumeration
Utility class containing constants. Specifies the OLE DB command type.
Values
| Name | Description |
|---|---|
| NONE | The command type is not specified. |
| CUBE_NAME | Specifies a cube name unsupported |
| 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. unsupported |
| WEB_BASED_LIST | Specifies a query which is against a web based List Data Provider. unsupported |
| TABLE_COLLECTION |