[]
        
(Showing Draft Content)

C1.DataConnector.AdoNet.C1CommandBase.SupportWhere

SupportWhere Method

SupportWhere(IExpression)

Virtual method to check whether or not where can be executed directly on the server pointed by the connection used by this command.

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

The IExpression where clause to check if can be executed directly on the server

Returns
Type Description
bool

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