The members of System.Data.IDbCommand are listed below.
CommandText string. Documentation for this section has not yet been entered. CommandTimeout int. Documentation for this section has not yet been entered. CommandType CommandType. Documentation for this section has not yet been entered. Connection IDbConnection. Documentation for this section has not yet been entered. [read-only] Parameters IDataParameterCollection. Documentation for this section has not yet been entered. Transaction IDbTransaction. Documentation for this section has not yet been entered. UpdatedRowSource UpdateRowSource. Documentation for this section has not yet been entered.
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.