Mono Class Library: Overview

System.Data.Common.DbCommand: Members

The members of System.Data.Common.DbCommand are listed below.

See Also: Inherited members from System.ComponentModel.Component

Protected Constructors

Documentation for this section has not yet been entered.

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.

Public Methods

abstract
Cancel()
Documentation for this section has not yet been entered.
CreateParameter() : DbParameter
Documentation for this section has not yet been entered.
abstract
ExecuteNonQuery() : int
Documentation for this section has not yet been entered.
ExecuteReader() : DbDataReader
Documentation for this section has not yet been entered.
ExecuteReader(System.Data.CommandBehavior) : DbDataReader
Documentation for this section has not yet been entered.
abstract
ExecuteScalar() : object
Documentation for this section has not yet been entered.
abstract
Prepare()
Documentation for this section has not yet been entered.

Protected Methods

abstract
CreateDbParameter() : DbParameter
Documentation for this section has not yet been entered.
abstract
ExecuteDbDataReader(System.Data.CommandBehavior) : DbDataReader
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

System.Data.IDbCommand.ConnectionSystem.Data.IDbConnection. Documentation for this section has not yet been entered.
System.Data.IDbCommand.CreateParameterDocumentation for this section has not yet been entered.
System.Data.IDbCommand.ExecuteReaderDocumentation for this section has not yet been entered.
System.Data.IDbCommand.ExecuteReaderDocumentation for this section has not yet been entered.
[read-only]
System.Data.IDbCommand.ParametersSystem.Data.IDataParameterCollection. Documentation for this section has not yet been entered.
System.Data.IDbCommand.TransactionSystem.Data.IDbTransaction. Documentation for this section has not yet been entered.