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

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

    Return Value

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