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