[]
To check whether or not joinStatement can be executed directly on the Salesforce server.
protected override bool SupportJoin(SelectStatement joinStatement)
Type | Name | Description |
---|---|---|
SelectStatement | joinStatement |
Type | Description |
---|---|
bool | A boolean indicating if the joinStatement can be executed directly on the Salesforce server. |