DataConnector | ComponentOne
C1.AdoNet.Kintone Assembly / C1.DataConnector.AdoNet Namespace / C1CommandBase Class / SupportColumnExpression Method

In This Topic
    SupportColumnExpression Method (C1CommandBase)
    In This Topic
    Virtual method to check whether or not selectStatement can be executed directly on the server used by this command, considering the selected column expressions.
    Syntax
    'Declaration
     
    Protected Overridable Function SupportColumnExpression( _
       ByVal selectStatement As SelectStatement _
    ) As Boolean
    protected virtual bool SupportColumnExpression( 
       SelectStatement selectStatement
    )

    Parameters

    selectStatement

    Return Value

    A boolean indicating if the selectStatement clause can be executed directly on the server.
    See Also