Enum OLEDBCommandType

OLEDBCommandType enumeration

Specifies the OLE DB command type.

public enum OLEDBCommandType

Values

NameValueDescription
None0The command type is not specified.
CubeName1Specifies a cube name
SqlStatement2Specifies a SQL statement
TableName3Specifies a table name
DefaultInformation4Specifies that default information has been given, and it is up to the provider how to interpret.
WebBasedList5Specifies a query which is against a web based List Data Provider.

See Also