[]
        
(Showing Draft Content)

C1.AdoNet.Json.C1JsonCommand.SupportLimit

SupportLimit Method

SupportLimit(SelectStatement)

To check whether or not to support Limit on selectStmt.

Declaration
protected override bool SupportLimit(SelectStatement selectStmt)
Protected Overrides Function SupportLimit(selectStmt As SelectStatement) As Boolean
Parameters
Type Name Description
SelectStatement selectStmt
Returns
Type Description
bool
Overrides