DataConnector | ComponentOne
C1.AdoNet.CSV Assembly / C1.AdoNet.CSV Namespace / C1CSVCommand Class / SupportColumnExpression Method

In This Topic
    SupportColumnExpression Method (C1CSVCommand)
    In This Topic
    To check whether or not selectStmt can be executed directly on the CSV 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 CSV server.
    See Also