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

In This Topic
    SupportJoin Method (C1JsonCommand)
    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 Function SupportJoin( _
       ByVal joinStatement As SelectStatement _
    ) As Boolean
    protected 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