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

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