Mono Class Library: Overview

System.Data.Common.DbCommand: Property Members

The properties of System.Data.Common.DbCommand are listed below. For a list of all members, see the DbCommand Members list.

See Also: Inherited members from System.ComponentModel.Component

Public Properties

abstract
CommandTextstring. Documentation for this section has not yet been entered.
abstract
CommandTimeoutint. Documentation for this section has not yet been entered.
abstract
CommandTypeSystem.Data.CommandType. Documentation for this section has not yet been entered.
ConnectionDbConnection. Documentation for this section has not yet been entered.
abstract
DesignTimeVisiblebool. Documentation for this section has not yet been entered.
[read-only]
ParametersDbParameterCollection. Documentation for this section has not yet been entered.
TransactionDbTransaction. Documentation for this section has not yet been entered.
abstract
UpdatedRowSourceSystem.Data.UpdateRowSource. Documentation for this section has not yet been entered.

Protected Properties

abstract
DbConnectionDbConnection. Documentation for this section has not yet been entered.
[read-only]
abstract
DbParameterCollectionDbParameterCollection. Documentation for this section has not yet been entered.
abstract
DbTransactionDbTransaction. Documentation for this section has not yet been entered.