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