DataConnector | ComponentOne
C1.AdoNet.Json Assembly / C1.AdoNet.Json Namespace / C1JsonCommand Class / SupportColumnExpression Method

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

    Parameters

    selectStmt

    Return Value

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