[]
Virtual method to check whether or not joinStatement
can be executed directly
on the server pointed by the connection used by this command.
protected virtual bool SupportJoin(SelectStatement joinStatement)
Type | Name | Description |
---|---|---|
SelectStatement | joinStatement | The select statement containing at least one join table. |
Type | Description |
---|---|
bool | A boolean indicating if |