DataConnector | ComponentOne
C1.AdoNet.CSV Assembly / C1.AdoNet.CSV Namespace / C1CSVCommand Class / SupportJoin Method

In This Topic
    SupportJoin Method (C1CSVCommand)
    In This Topic
    To check whether or not joinStatement can be executed directly on the CSV server.
    Syntax
    'Declaration
     
    Protected Overrides NotOverridable Function SupportJoin( _
       ByVal joinStmt As SelectStatement _
    ) As Boolean
    protected override bool SupportJoin( 
       SelectStatement joinStmt
    )

    Parameters

    joinStmt

    Return Value

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