OracleCommand Members
.NET Framework 2.0
Represents an SQL statement or stored procedure to execute against a database. This class cannot be inherited.
The following tables list the members exposed by the OracleCommand type.
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| CommandText | Overridden. Gets or sets the SQL statement or stored procedure to execute against the database. |
| CommandTimeout | Overridden. Gets or sets the wait time before terminating the attempt to execute a command and generating an error. |
| CommandType | Overridden. Gets or sets a value indicating how the CommandText property is interpreted. |
| Connection | Gets or sets the OracleConnection used by this instance of the OracleCommand. |
| Container | Gets the IContainer that contains the Component.(Inherited from Component.) |
| DesignTimeVisible | Overridden. Gets or sets a value indicating whether the command object should be visible in a customized interface control. |
| Parameters | Gets the OracleParameterCollection. |
| Site | Gets or sets the ISite of the Component.(Inherited from Component.) |
| Transaction | Gets or sets the OracleTransaction within which the OracleCommand executes. |
| UpdatedRowSource | Overridden. Gets or sets a value that specifies how the Update method should apply command results to the DataRow. |
| Name | Description | |
|---|---|---|
| CanRaiseEvents | Gets a value indicating whether the component can raise an event.(Inherited from Component.) |
| DbConnection | Gets or sets the DbConnection used by this DbCommand.(Inherited from DbCommand.) |
| DbParameterCollection | Gets the collection of DbParameter objects.(Inherited from DbCommand.) |
| DbTransaction | Gets or sets the DbTransaction within which this DbCommand object executes.(Inherited from DbCommand.) |
| DesignMode | Gets a value that indicates whether the Component is currently in design mode.(Inherited from Component.) |
| Events | Gets the list of event handlers that are attached to this Component.(Inherited from Component.) |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Cancel | Overridden. Attempts to cancel the execution of an OracleCommand. |
| Clone | Creates a copy of this OracleCommand object. |
| CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) |
| CreateParameter | Creates a new instance of an OracleParameter object. |
| Dispose | Overloaded. Releases the resources used by the Component. (Inherited from Component.) |
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| ExecuteNonQuery | Overridden. Executes an SQL statement against the Connection and returns the number of rows affected. |
| ExecuteOracleNonQuery | Executes an SQL statement against the Connection and returns the number of rows affected. |
| ExecuteOracleScalar | Executes the query, and returns the first column of the first row in the result set returned by the query as an Oracle-specific data type. Extra columns or rows are ignored. |
| ExecuteReader | Overloaded. Sends the CommandText to the Connection and builds an OracleDataReader. |
| ExecuteScalar | Overridden. Executes the query, and returns the first column of the first row in the result set returned by the query as a .NET Framework data type. Extra columns or rows are ignored. |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
| GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
| Prepare | Overridden. Creates a prepared (or compiled) version of the command at the data source. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| ResetCommandTimeout | Resets the CommandTimeout property to the default value. |
| ToString | Returns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from Component.) |
| Name | Description | |
|---|---|---|
| CreateDbParameter | Creates a new instance of a DbParameter object. (Inherited from DbCommand.) |
| Dispose | Overloaded. Releases the resources used by the Component. (Inherited from Component.) |
| ExecuteDbDataReader | Executes the command text against the connection. (Inherited from DbCommand.) |
| Finalize | Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Inherited from Component.) |
| GetService | Returns an object that represents a service provided by the Component or by its Container. (Inherited from Component.) |
| MemberwiseClone | Overloaded. (Inherited from MarshalByRefObject.) |
| Name | Description | |
|---|---|---|
| System.Data.IDbCommand.CreateParameter | |
| System.Data.IDbCommand.ExecuteReader | Overloaded. |
Reference
OracleCommand ClassSystem.Data.OracleClient Namespace