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

In This Topic
    SupportWhere Method (C1ODataCommand)
    In This Topic
    To check whether or not where can be executed directly on the OData server.
    Syntax
    'Declaration
     
    Protected Overrides NotOverridable Function SupportWhere( _
       ByVal where As IExpression _
    ) As Boolean
    protected override bool SupportWhere( 
       IExpression where
    )

    Parameters

    where

    Return Value

    A boolean indicating if the where clause can be executed directly on the OData server.
    See Also