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

In This Topic
    DeleteCommand Property (C1GoogleAnalyticsDataAdapter)
    In This Topic
    Gets or sets an SQL statement for deleting records from the data set.
    Syntax
    'Declaration
     
    Public Property DeleteCommand As C1GoogleAnalyticsCommand
    public C1GoogleAnalyticsCommand DeleteCommand {get; set;}
    See Also