'Declaration Protected Overridable Function SupportWhere( _ ByVal where As IExpression _ ) As Boolean
protected virtual bool SupportWhere( IExpression where )
Parameters
- where
- The IExpression where clause to check if can be executed directly on the server
Return Value
A boolean indicating if the where clause can be executed directly on the server.