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

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

    Parameters

    selectStmt

    Return Value

    A boolean indicating if the selectStmt clause can be executed directly on the GoogleAnalytics server.
    See Also