[]
        
(Showing Draft Content)

C1.AdoNet.OData.C1ODataCommand.SupportLimit

SupportLimit Method

SupportLimit(SelectStatement)

Checks whether the LIMIT expression of the passed selectStmt can or cannot be executed on the server.

Declaration
protected override bool SupportLimit(SelectStatement selectStmt)
Parameters
Type Name Description
SelectStatement selectStmt
Returns
Type Description
bool

A boolean indicating if the passed LIMIT expression can be executed.

Overrides