
|
CommandIntf
|
Provides direct access to the ADO.Net DbCommand object.
|

|
CommandText
|
Specifies command to execute.
|

|
CommandTextAlias
|
Represents property CommandTextAlias.
|

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

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

|
ComponentRef
|
Represents property ComponentRef.
|

|
Connection
|
Specifies ADO.Net connection component to use.
|

|
NativeCommandText
|
Represents property NativeCommandText.
|

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

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

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

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

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

|
Parameters
|
Contains the parameters for an ADO.Net command object's SQL statement.
|

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

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

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

|
UpdateRowSource
|
Represents property UpdateRowSource.
|