DataConnector | ComponentOne
C1.AdoNet.Kintone Assembly / C1.AdoNet.Kintone Namespace / C1KintoneCommand Class / SupportJoin Method

In This Topic
    SupportJoin Method (C1KintoneCommand)
    In This Topic
    To check whether or not joinStatement can be executed directly on the Kintone 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 joinStatement can be executed directly on the Kintone server.
    See Also