DataConnector | ComponentOne
C1.AdoNet.GoogleAnalytics Assembly / C1.AdoNet.GoogleAnalytics Namespace / C1GoogleAnalyticsConnection Class
Members

In This Topic
    C1GoogleAnalyticsConnection Class
    In This Topic
    C1GoogleAnalyticsConnection represents a connection to a GoogleAnalytics server. The connection can be used to query the data hosted by the server or request modifications.
    Object Model
    C1GoogleAnalyticsConnection Class
    Syntax
    'Declaration
     
    Public NotInheritable Class C1GoogleAnalyticsConnection 
       Inherits C1.DataConnector.AdoNet.C1ConnectionBase(Of C1GoogleAnalyticsConnection)
    public sealed class C1GoogleAnalyticsConnection : C1.DataConnector.AdoNet.C1ConnectionBase<C1GoogleAnalyticsConnection> 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Data.Common.DbConnection
                C1.DataConnector.AdoNet.C1ConnectionBase
                   C1.DataConnector.AdoNet.C1ConnectionBase<TConnectionImpl>
                      C1.AdoNet.GoogleAnalytics.C1GoogleAnalyticsConnection

    See Also