DataConnector | ComponentOne
C1.AdoNet.GoogleAnalytics Assembly / C1.AdoNet.GoogleAnalytics Namespace / C1GoogleAnalyticsProviderFactory Class / CreateCommand Method

In This Topic
    CreateCommand Method (C1GoogleAnalyticsProviderFactory)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Function CreateCommand() As DbCommand
    public override DbCommand CreateCommand()

    Return Value

    Returns an instance of a System.Data.Common.DbCommand.
    See Also