
|
CommandIntf
|
Provides direct access to ADO.Net OleDbCommand object
|

|
CommandText
|
Specifies command to execute.
|

|
CommandTimeout
|
Specifies the amount of time to attempt execution of the command.
|

|
CommandType
|
Specifies the type of command to execute.
|

|
Connection
|
Gets or sets the OleDbConnection used by this instance of the OleDbCommand.
|

|
OnCancel
|
The event fires after the execution of the OleDbCommand is cancelled.
|

|
OnCommandTextChange
|
The event fires after CommandText is changed.
|

|
OnExecute
|
The event fires after the OleDbCommand is executed.
|

|
OnPrepare
|
The event fires after the OleDbCommand is prepared.
|

|
ParamCheck
|
Specifies whether the parameter list for an OleDbCommand component is regenerated if the SQL changes at runtime.
|

|
Parameters
|
Contains the parameters for an OleDbCommand object's SQL statement.
|

|
Prepared
|
Specifies whether the OleDbCommand is prepared before execution.
|

|
TransactionIntf
|
Provides direct access to the ADO.Net OleDbTransaction object.
|

|
UpdatedRowSource
|
Gets or sets how command results are applied to the DataRow when used by the Update method of a OleDbDataAdapter.
|