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