DataConnector | ComponentOne
C1.AdoNet.GoogleAnalytics Assembly / C1.AdoNet.GoogleAnalytics Namespace / C1GoogleAnalyticsDataAdapter Class / UpdateCommand Property

In This Topic
    UpdateCommand Property (C1GoogleAnalyticsDataAdapter)
    In This Topic
    Gets or sets an SQL statement used to update records in the data source.
    Syntax
    'Declaration
     
    Public Property UpdateCommand As C1GoogleAnalyticsCommand
    public C1GoogleAnalyticsCommand UpdateCommand {get; set;}
    See Also