[]
Initializes a new instance of the C1SnowflakeDataAdapter class.
public C1SnowflakeDataAdapter()
Public Sub New()
Initializes a new instance of the C1SnowflakeDataAdapter class with a select command.
public C1SnowflakeDataAdapter(C1SnowflakeCommand command)
Public Sub New(command As C1SnowflakeCommand)
| Type | Name | Description |
|---|---|---|
| C1SnowflakeCommand | command |
Initializes a new instance of the C1SnowflakeDataAdapter class a conection and a select command text.
public C1SnowflakeDataAdapter(C1SnowflakeConnection connection, string commandText)
Public Sub New(connection As C1SnowflakeConnection, commandText As String)
| Type | Name | Description |
|---|---|---|
| C1SnowflakeConnection | connection | |
| string | commandText |
Initializes a new instance of the C1SnowflakeDataAdapter class with a conection string and a select command text.
public C1SnowflakeDataAdapter(string connectionString, string commandText)
Public Sub New(connectionString As String, commandText As String)
| Type | Name | Description |
|---|---|---|
| string | connectionString | |
| string | commandText |