[]
        
(Showing Draft Content)

C1.DataConnector.AdoNet.C1CommandBase.SupportLimit

SupportLimit Method

SupportLimit(SelectStatement)

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.

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

A boolean indicating if selectStmt.Limit.Limit and selectStmt.Offset.Offset clauses can be executed directly on the server.