[]
Virtual method to check whether or not where can be executed directly
on the server pointed by the connection used by this command.
protected virtual bool SupportWhere(IExpression where)
Protected Overridable Function SupportWhere(where As IExpression) As Boolean
| Type | Name | Description |
|---|---|---|
| IExpression | where | The IExpression where clause to check if can be executed directly on the server |
| Type | Description |
|---|---|
| bool | A boolean indicating if the |