IDbCommand (interface)

This type is found in the namespace System.Data

mget_ConnectionIDbConnection
mset_ConnectionVoid
mget_TransactionIDbTransaction
mset_TransactionVoid
mget_CommandTextString
mset_CommandTextVoid
mget_CommandTimeoutInt32
mset_CommandTimeoutVoid
mget_CommandTypeCommandType
mset_CommandTypeVoid
mget_ParametersIDataParameterCollection
mPrepareVoid
mget_UpdatedRowSourceUpdateRowSource
mset_UpdatedRowSourceVoid
mCancelVoid
mCreateParameterIDbDataParameter
mExecuteNonQueryInt32
mExecuteReaderIDataReader
mExecuteReaderIDataReader
mExecuteScalarObject
pConnectionIDbConnection
pTransactionIDbTransaction
pCommandTextString
pCommandTimeoutInt32
pCommandTypeCommandType
pParametersIDataParameterCollection
pUpdatedRowSourceUpdateRowSource

get_Connection

set_Connection

.

get_Transaction

valueSystem.Data.IDbConnection

set_Transaction

.

get_CommandText

valueSystem.Data.IDbTransaction

set_CommandText

.

get_CommandTimeout

valueSystem.String

set_CommandTimeout

.

get_CommandType

valueSystem.Int32

set_CommandType

.

get_Parameters

valueSystem.Data.CommandType

Prepare

.

get_UpdatedRowSource

.

set_UpdatedRowSource

.

Cancel

valueSystem.Data.UpdateRowSource

CreateParameter

.

ExecuteNonQuery

.

ExecuteReader

.

ExecuteReader

.

ExecuteScalar

behaviorSystem.Data.CommandBehavior

Connection

.

Transaction

.

CommandText

.

CommandTimeout

.

CommandType

.

Parameters

.

UpdatedRowSource

.
.