aspose.cells

Class OLEDBCommandType

Utility class containing constants. Specifies the OLE DB command type.

Field Summary
const  NumberNONE
The command type is not specified.
const  NumberCUBE_NAME
Specifies a cube name
const  NumberSQL_STATEMENT
Specifies a SQL statement
const  NumberTABLE_NAME
Specifies a table name
const  NumberDEFAULT_INFORMATION
Specifies that default information has been given, and it is up to the provider how to interpret.
const  NumberWEB_BASED_LIST
Specifies a query which is against a web based List Data Provider.
 

    • Field Detail

      • NONE

        const Number NONE
        The command type is not specified.
      • CUBE_NAME

        const Number CUBE_NAME
        Specifies a cube name unsupported
      • SQL_STATEMENT

        const Number SQL_STATEMENT
        Specifies a SQL statement
      • TABLE_NAME

        const Number TABLE_NAME
        Specifies a table name
      • DEFAULT_INFORMATION

        const Number DEFAULT_INFORMATION
        Specifies that default information has been given, and it is up to the provider how to interpret. unsupported
      • WEB_BASED_LIST

        const Number WEB_BASED_LIST
        Specifies a query which is against a web based List Data Provider. unsupported