[]
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)
Protected Overridable Function SupportJoin(joinStatement As SelectStatement) As Boolean
| Type | Name | Description |
|---|---|---|
| SelectStatement | joinStatement | The select statement containing at least one join table. |
| Type | Description |
|---|---|
| bool | A boolean indicating if |