Condividi tramite


Membri IDbCommand

Represents a statement that is executed while an open connection to a data source exists.

Il tipo IDbCommand espone i membri seguenti.

Metodi

  Nome Descrizione
Metodo pubblico Cancel Attempts to cancel the execution of an IDbCommand.
Metodo pubblico CreateParameter Creates a new instance of an IDataParameter object.
Metodo pubblico Dispose (Ereditato da IDisposable).
Metodo pubblico ExecuteReader Executes the CommandText against the Connection and builds an IDataReader.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica CommandText Gets or sets the text command to run against the data source.
Proprietà pubblica CommandTimeout Gets or sets the wait time before terminating the attempt to execute a command and generating an error.
Proprietà pubblica CommandType Indicates or specifies how the CommandText property is interpreted (as text, a stored procedure, etc.).
Proprietà pubblica Parameters Gets the IDataParameterCollection.
Proprietà pubblica Transaction Gets or sets the transaction in which the Command object of a SQL Server Reporting Services data provider executes.

In alto