DataConnector | ComponentOne
C1.AdoNet.Salesforce Assembly / C1.DataConnector.AdoNet Namespace / C1CommandBase Class / SupportWhere Method
The IExpression where clause to check if can be executed directly on the server

In This Topic
    SupportWhere Method (C1CommandBase)
    In This Topic
    Virtual method to check whether or not where can be executed directly on the server pointed by the connection used by this command.
    Syntax
    '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.
    See Also