DataConnector | ComponentOne
C1.AdoNet.OData Assembly / C1.AdoNet.OData Namespace / C1ODataCommand Class / SupportColumnExpression Method

In This Topic
    SupportColumnExpression Method (C1ODataCommand)
    In This Topic
    Checks whether the column expressions of the passed selectStatement can or cannot be executed on the server.
    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 passed column expressions can be executed.
    See Also