[]
Initializes a new instance of the C1GoogleAnalyticsDataAdapter class.
public C1GoogleAnalyticsDataAdapter()
Public Sub New()
Initializes a new instance of the C1GoogleAnalyticsDataAdapter class with a select command.
public C1GoogleAnalyticsDataAdapter(C1GoogleAnalyticsCommand command)
Public Sub New(command As C1GoogleAnalyticsCommand)
| 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)
Public Sub New(connection As C1GoogleAnalyticsConnection, commandText As String)
| 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)
Public Sub New(connectionString As String, commandText As String)
| Type | Name | Description |
|---|---|---|
| string | connectionString | |
| string | commandText |