[]
        
(Showing Draft Content)

C1.AdoNet.GoogleAnalytics.C1GoogleAnalyticsCommand.SupportUpdate

SupportUpdate Method

SupportUpdate(UpdateStatement)

To check whether or not updateStatement can be executed directly on the GoogleAnalytics server.

Declaration
protected override bool SupportUpdate(UpdateStatement updateStmt)
Protected Overrides Function SupportUpdate(updateStmt As UpdateStatement) As Boolean
Parameters
Type Name Description
UpdateStatement updateStmt
Returns
Type Description
bool

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

Overrides