Aspose::Cells::ExternalConnections::DBConnection::SetCommandType method

DBConnection::SetCommandType method

Specifies the OLE DB command type.

void Aspose::Cells::ExternalConnections::DBConnection::SetCommandType(OLEDBCommandType value)

Remarks

  1. Query specifies a cube name
  2. Query specifies a SQL statement
  3. Query specifies a table name
  4. Query specifies that default information has been given, and it is up to the provider how to interpret.
  5. Query is against a web based List Data Provider.

See Also