DataConnector | ComponentOne
C1.AdoNet.Salesforce Assembly / C1.DataConnector.AdoNet Namespace / C1CommandBase Class / SupportJoin Method
The select statement containing at least one join table.

In This Topic
    SupportJoin Method (C1CommandBase)
    In This Topic
    Virtual method to check whether or not joinStatement can be executed directly on the server pointed by the connection used by this command.
    Syntax
    'Declaration
     
    Protected Overridable Function SupportJoin( _
       ByVal joinStatement As SelectStatement _
    ) As Boolean
    protected virtual bool SupportJoin( 
       SelectStatement joinStatement
    )

    Parameters

    joinStatement
    The select statement containing at least one join table.

    Return Value

    A boolean indicating if joinStatement can be executed directly on the server.
    See Also