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