[]
Create a C1CSVCommand instance.
public C1CSVCommand()
Create a C1CSVCommand instance with a connection.
public C1CSVCommand(C1CSVConnection connection)
| Type | Name | Description |
|---|---|---|
| C1CSVConnection | connection |
Create a C1CSVCommand instance with a connection and a command text.
public C1CSVCommand(C1CSVConnection connection, string commandText)
| Type | Name | Description |
|---|---|---|
| C1CSVConnection | connection | |
| string | commandText |