Enum OLEDBCommandType
Enum OLEDBCommandType
Namespace: Aspose.Cells.ExternalConnections
Assembly: Aspose.Cells.dll (25.2.0)
Specifies the OLE DB command type.
public enum OLEDBCommandType
Fields
CubeName = 1
Specifies a cube name
unsupported
DefaultInformation = 4
Specifies that default information has been given, and it is up to the provider how to interpret.
unsupported
None = 0
The command type is not specified.
SqlStatement = 2
Specifies a SQL statement
TableCollection = 6
Specifies the table list.
Only for reading.
TableName = 3
Specifies a table name
WebBasedList = 5
Specifies a query which is against a web based List Data Provider.
unsupported