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
abstractCancel() Documentation for this section has not yet been entered.CreateParameter() : DbParameter Documentation for this section has not yet been entered. abstractExecuteNonQuery() : 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. abstractExecuteScalar() : object Documentation for this section has not yet been entered. abstractPrepare() Documentation for this section has not yet been entered.
abstractCreateDbParameter() : DbParameter Documentation for this section has not yet been entered. abstractExecuteDbDataReader(System.Data.CommandBehavior) : DbDataReader Documentation for this section has not yet been entered.