asposecells.api

Class OLEDBCommandType

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

Field Summary
const  intNONE
The command type is not specified.
const  intCUBE_NAME
Specifies a cube name
const  intSQL_STATEMENT
Specifies a SQL statement
const  intTABLE_NAME
Specifies a table name
const  intDEFAULT_INFORMATION
Specifies that default information has been given, and it is up to the provider how to interpret.
const  intWEB_BASED_LIST
Specifies a query which is against a web based List Data Provider.
 

    • Field Detail

      • NONE

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

        const int CUBE_NAME
        Specifies a cube name unsupported
      • SQL_STATEMENT

        const int SQL_STATEMENT
        Specifies a SQL statement
      • TABLE_NAME

        const int TABLE_NAME
        Specifies a table name
      • DEFAULT_INFORMATION

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

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