[]
        
(Showing Draft Content)

C1.AdoNet.GoogleAnalytics.C1GoogleAnalyticsDataAdapter

C1GoogleAnalyticsDataAdapter Class

Represents a set of data commands and a connection to a data source that are used to fill the DataSet and update the data source. This class cannot be inherited.

Namespace: C1.AdoNet.GoogleAnalytics
Assembly: C1.AdoNet.GoogleAnalytics.dll
Syntax
public sealed class C1GoogleAnalyticsDataAdapter : C1DataAdapterBase<C1GoogleAnalyticsCommand>, IComponent, IDisposable, ICloneable, IDbDataAdapter, IDataAdapter

Constructors

Name Description
C1GoogleAnalyticsDataAdapter()

Initializes a new instance of the C1GoogleAnalyticsDataAdapter class.

C1GoogleAnalyticsDataAdapter(C1GoogleAnalyticsCommand)

Initializes a new instance of the C1GoogleAnalyticsDataAdapter class with a select command.

C1GoogleAnalyticsDataAdapter(C1GoogleAnalyticsConnection, string)

Initializes a new instance of the C1GoogleAnalyticsDataAdapter class a conection and a select command text.

C1GoogleAnalyticsDataAdapter(string, string)

Initializes a new instance of the C1GoogleAnalyticsDataAdapter class with a conection string and a select command text.