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

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