[]
Creates an instance of the C1ODataDataAdapter class.
public C1ODataDataAdapter()
Public Sub New()
Creates an instance of the C1ODataDataAdapter class, for executing the passed db command.
public C1ODataDataAdapter(C1ODataCommand command)
Public Sub New(command As C1ODataCommand)
| 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)
Public Sub New(connection As C1ODataConnection, commandText As String)
| 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)
Public Sub New(connectionString As String, commandText As String)
| Type | Name | Description |
|---|---|---|
| string | connectionString | |
| string | commandText |