Mono Class Library: Overview

System.Data.IDbCommand: Method Members

The methods of System.Data.IDbCommand are listed below. For a list of all members, see the IDbCommand Members list.

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.