[]
Initializes a new instance of the C1SnowflakeDataAdapter class.
public C1SnowflakeDataAdapter()
Initializes a new instance of the C1SnowflakeDataAdapter class with a select command.
public C1SnowflakeDataAdapter(C1SnowflakeCommand command)
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)
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)
Type | Name | Description |
---|---|---|
string | connectionString | |
string | commandText |