'Declaration Protected Overridable Function SupportJoin( _ ByVal joinStatement As SelectStatement _ ) As Boolean
protected virtual bool SupportJoin( SelectStatement joinStatement )
Parameters
- joinStatement
- The select statement containing at least one join table.
Return Value
A boolean indicating if joinStatement can be executed directly on the server.