[]
Virtual method to check whether or not selectStmt.Limit.Limit and selectStmt.Offset.Offset can be executed directly
on the server pointed by the connection used by this command.
protected virtual bool SupportLimit(SelectStatement selectStmt)
Protected Overridable Function SupportLimit(selectStmt As SelectStatement) As Boolean
| Type | Name | Description |
|---|---|---|
| SelectStatement | selectStmt |
| Type | Description |
|---|---|
| bool | A boolean indicating if |