[]
        
(Showing Draft Content)

C1.AdoNet.Snowflake.C1SnowflakeCommand.SupportLimit

SupportLimit Method

SupportLimit(SelectStatement)

To check whether or not limitStatement can be executed directly on the Snowflake server.

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

A boolean indicating if the limitStatement can be executed directly on the Snowflake server.

Overrides