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

In This Topic
    SupportColumnExpression Method (C1KintoneCommand)
    In This Topic
    To check whether or not selectStatement can be executed directly on the Kintone server considering the selected column expressions.
    Syntax
    'Declaration
     
    Protected Overrides NotOverridable Function SupportColumnExpression( _
       ByVal selectStatement As SelectStatement _
    ) As Boolean
    protected override bool SupportColumnExpression( 
       SelectStatement selectStatement
    )

    Parameters

    selectStatement

    Return Value

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