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

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