[]
Initializes a new instance of the C1GoogleAnalyticsDataAdapter class.
public C1GoogleAnalyticsDataAdapter()
Initializes a new instance of the C1GoogleAnalyticsDataAdapter class with a select command.
public C1GoogleAnalyticsDataAdapter(C1GoogleAnalyticsCommand command)
Type | Name | Description |
---|---|---|
C1GoogleAnalyticsCommand | command |
Initializes a new instance of the C1GoogleAnalyticsDataAdapter class a conection and a select command text.
public C1GoogleAnalyticsDataAdapter(C1GoogleAnalyticsConnection connection, string commandText)
Type | Name | Description |
---|---|---|
C1GoogleAnalyticsConnection | connection | |
string | commandText |
Initializes a new instance of the C1GoogleAnalyticsDataAdapter class with a conection string and a select command text.
public C1GoogleAnalyticsDataAdapter(string connectionString, string commandText)
Type | Name | Description |
---|---|---|
string | connectionString | |
string | commandText |