The methods of System.Data.IDbCommand are listed below. For a list of all members, see the IDbCommand Members list.
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 resultsExecuteReader() : 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.