DataConnector | ComponentOne
C1.AdoNet.GoogleAnalytics Assembly / C1.AdoNet.GoogleAnalytics Namespace / C1GoogleAnalyticsCommand Class / C1GoogleAnalyticsCommand Constructor / C1GoogleAnalyticsCommand Constructor(C1GoogleAnalyticsConnection)

In This Topic
    C1GoogleAnalyticsCommand Constructor(C1GoogleAnalyticsConnection)
    In This Topic
    Create a C1GoogleAnalyticsCommand instance with a connection.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal connection As C1GoogleAnalyticsConnection _
    )
    public C1GoogleAnalyticsCommand( 
       C1GoogleAnalyticsConnection connection
    )

    Parameters

    connection
    See Also