Mono Class Library: Overview

System.Data.IDbCommand: Members

The members of System.Data.IDbCommand are listed below.

Public Properties

CommandTextstring. Documentation for this section has not yet been entered.
CommandTimeoutint. Documentation for this section has not yet been entered.
CommandTypeCommandType. Documentation for this section has not yet been entered.
ConnectionIDbConnection. Documentation for this section has not yet been entered.
[read-only]
ParametersIDataParameterCollection. Documentation for this section has not yet been entered.
TransactionIDbTransaction. Documentation for this section has not yet been entered.
UpdatedRowSourceUpdateRowSource. Documentation for this section has not yet been entered.

Public Methods

Cancel()
Documentation for this section has not yet been entered.
CreateParameter() : IDbDataParameter
Documentation for this section has not yet been entered.
ExecuteNonQuery() : int
Execute a query and disregard the results
ExecuteReader() : IDataReader
Documentation for this section has not yet been entered.
ExecuteReader(CommandBehavior) : IDataReader
Documentation for this section has not yet been entered.
ExecuteScalar() : object
Run the command against the database and get a single value.
Prepare()
Documentation for this section has not yet been entered.