DataConnector | ComponentOne
C1.AdoNet.OData Assembly / C1.AdoNet.OData Namespace / C1ODataCommand Class / SupportJoin Method

In This Topic
    SupportJoin Method (C1ODataCommand)
    In This Topic
    Checks whether the passed joinStatement can or cannot be executed on the server.
    Syntax
    'Declaration
     
    Protected Overrides NotOverridable Function SupportJoin( _
       ByVal joinStatement As SelectStatement _
    ) As Boolean
    protected override bool SupportJoin( 
       SelectStatement joinStatement
    )

    Parameters

    joinStatement

    Return Value

    A boolean indicating if the passed joinStatement can be executed.
    See Also