OracleCommand Members
.NET Framework 3.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. (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