[]
        
(Showing Draft Content)

C1.AdoNet.CSV.C1CSVCommand.SupportJoin

SupportJoin Method

SupportJoin(SelectStatement)

To check whether or not joinStatement can be executed directly on the CSV server.

Declaration
protected override bool SupportJoin(SelectStatement joinStmt)
Parameters
Type Name Description
SelectStatement joinStmt
Returns
Type Description
bool

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

Overrides