'Declaration Protected Overrides NotOverridable Function SupportLimit( _ ByVal selectStmt As SelectStatement _ ) As Boolean
protected override bool SupportLimit( SelectStatement selectStmt )
Parameters
- selectStmt
Return Value
A boolean indicating if the passed LIMIT expression can be executed.