[]
Creates an instance of the C1D365SDataAdapter class.
public C1D365SDataAdapter()
Creates an instance of the C1D365SDataAdapter class, for executing the passed db command.
public C1D365SDataAdapter(C1D365SCommand command)
| Type | Name | Description |
|---|---|---|
| C1D365SCommand | command |
Creates an instance of the C1D365SDataAdapter class, for executing over a specific connection the db command from a specific text.
public C1D365SDataAdapter(C1D365SConnection connection, string commandText)
| Type | Name | Description |
|---|---|---|
| C1D365SConnection | connection | |
| string | commandText |
Creates an instance of the C1D365SDataAdapter class, for executing over a connection specified by a connection string, the db command from a specific text.
public C1D365SDataAdapter(string connectionString, string commandText)
| Type | Name | Description |
|---|---|---|
| string | connectionString | |
| string | commandText |