DataConnector | ComponentOne
C1.AdoNet.Snowflake Assembly / C1.AdoNet.Snowflake Namespace / C1SnowflakeCommand Class / SupportLimit Method

In This Topic
    SupportLimit Method (C1SnowflakeCommand)
    In This Topic
    To check whether or not limitStatement can be executed directly on the Snowflake server.
    Syntax
    'Declaration
     
    Protected Overrides NotOverridable Function SupportLimit( _
       ByVal limitStmt As SelectStatement _
    ) As Boolean
    protected override bool SupportLimit( 
       SelectStatement limitStmt
    )

    Parameters

    limitStmt

    Return Value

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