[]
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)
Type | Name | Description |
---|---|---|
SelectStatement | selectStmt |
Type | Description |
---|---|
bool | A boolean indicating if |