DataConnector | ComponentOne
C1.AdoNet.GoogleAnalytics Assembly / C1.AdoNet.GoogleAnalytics Namespace / C1GoogleAnalyticsCommand Class / SupportLimit Method

In This Topic
    SupportLimit Method (C1GoogleAnalyticsCommand)
    In This Topic
    To check whether or not selectStmt.Limit.Limit and selectStmt.Offset.Offset can be executed directly on the GoogleAnalytics server.
    Syntax
    'Declaration
     
    Protected Overrides NotOverridable Function SupportLimit( _
       ByVal selectStmt As SelectStatement _
    ) As Boolean
    protected override bool SupportLimit( 
       SelectStatement selectStmt
    )

    Parameters

    selectStmt

    Return Value

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