Aspose::Cells::ExternalConnections::OLEDBCommandType enum

OLEDBCommandType enum

Specifies the OLE DB command type.

enum class OLEDBCommandType

Values

NameValueDescription
None0
The command type is not specified.
CubeName1
Specifies a cube name.
SqlStatement2
Specifies a SQL statement.
TableName3
Specifies a table name.
DefaultInformation4
Specifies that default information has been given, and it is up to the provider how to interpret.
WebBasedList5
Specifies a query which is against a web based List Data Provider.

See Also