Mono Class Library: Overview

System.Data.Common.DbCommand: Method Members

The methods 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 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.