[]
Checks whether the LIMIT expression of the passed selectStmt
can or cannot be executed on the server.
protected override bool SupportLimit(SelectStatement selectStmt)
Type | Name | Description |
---|---|---|
SelectStatement | selectStmt |
Type | Description |
---|---|
bool | A boolean indicating if the passed LIMIT expression can be executed. |