[]
        
(Showing Draft Content)

C1.DataConnector.AdoNet.C1CommandBase.SupportJoin

SupportJoin Method

SupportJoin(SelectStatement)

Virtual method to check whether or not joinStatement can be executed directly on the server pointed by the connection used by this command.

Declaration
protected virtual bool SupportJoin(SelectStatement joinStatement)
Parameters
Type Name Description
SelectStatement joinStatement

The select statement containing at least one join table.

Returns
Type Description
bool

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