[]
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.
public sealed class C1GoogleAnalyticsDataAdapter : C1DataAdapterBase<C1GoogleAnalyticsCommand>, IComponent, IDisposable, ICloneable, IDbDataAdapter, IDataAdapter
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. |