[]
        
(Showing Draft Content)

C1.AdoNet.GoogleAnalytics.C1GoogleAnalyticsCommand.SupportColumnExpression

SupportColumnExpression Method

SupportColumnExpression(SelectStatement)

To check whether or not selectStmt can be executed directly on the GoogleAnalytics server considering the selected column expressions.

Declaration
protected override bool SupportColumnExpression(SelectStatement selectStmt)
Parameters
Type Name Description
SelectStatement selectStmt
Returns
Type Description
bool

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

Overrides