[]
        
(Showing Draft Content)

C1.AdoNet.OData.C1ODataCommand.SupportWhere

SupportWhere Method

SupportWhere(IExpression)

Checks whether the passed where can or cannot be executed on the server.

Declaration
protected override bool SupportWhere(IExpression where)
Parameters
Type Name Description
IExpression where
Returns
Type Description
bool

A boolean indicating if the passed where can be executed.

Overrides