[]
        
(Showing Draft Content)

C1.AdoNet.OData.C1ODataCommand.SupportJoin

SupportJoin Method

SupportJoin(SelectStatement)

Checks whether the passed joinStatement can or cannot be executed on the server.

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

A boolean indicating if the passed joinStatement can be executed.

Overrides