6.2.1 OracleCommand Members
OracleCommand members are listed in the following tables.
                  
OracleCommand Constructors
OracleCommand constructors are listed in Table 6-8. 
                  
Table 6-8 OracleCommand Constructors
| Constructor | Description | 
|---|---|
| Instantiates a new instance of  | 
OracleCommand Static Methods
The OracleCommand static method is listed in Table 6-9.
                  
Table 6-9 OracleCommand Static Method
| Method | Description | 
|---|---|
| 
 | Inherited from  | 
OracleCommand Properties
OracleCommand properties are listed in Table 6-10.
                  
Table 6-10 OracleCommand Properties
| Property | Description | 
|---|---|
| Adds the  | |
| Causes executed statements to be cached, when the property is set to  | |
| Specifies if the array binding feature is to be used and also specifies the maximum number of array elements to be bound in the  | |
| Returns the number of affected rows for each iteration while executing a DML using array binding | |
| Specifies the binding method in the collection | |
| Specifies the SQL statement or stored procedure to run against the Oracle database or the XML data used to store changes to the Oracle database | |
| Specifies the number of seconds the command is allowed to execute before terminating the execution with an exception | |
| Specifies the command type that indicates how the  | |
| Specifies the  | |
| 
 | Inherited from  | 
| Specifies whether or not the  | |
| Specifies the size of  | |
| Specifies an array of  Not available in the ODP.NET, Managed Driver | |
| Specifies the amount of data that the  | |
| Specifies the amount of data that the  | |
| Indicates that there is a notification request for the command | |
| Indicates whether or not to register for a continuous query notification with the database automatically when the command is executed | |
| Specifies the parameters for the SQL statement or stored procedure | |
| Specifies the amount of memory needed by the  | |
| Site | Inherited from  | 
| Specifies the  Not supported in a .NET stored procedure | |
| Specifies how query command results are applied to the row being updated Not supported in a .NET stored procedure | |
| Indicates whether or not the command object utilizes the Entity Data Model mapping configuration values | |
| Specifies the type of XML operation on the  | |
| Specifies the properties that are used when an XML document is created from the result set of a SQL query statement | |
| Specifies the properties that are used when an XML document is used to save changes to the database | 
OracleCommand Public Methods
OracleCommand public methods are listed in Table 6-11.
                  
Table 6-11 OracleCommand Public Methods
| Public Method | Description | 
|---|---|
| Attempts to cancels a command that is currently executing on a particular connection | |
| Creates a copy of  | |
| 
 | Inherited from  | 
| Creates a new instance of  | |
| Releases any resources or memory allocated by the object | |
| 
 | Inherited from  | 
| Executes a SQL statement or a command using the  | |
| Executes a command (Overloaded) | |
| Returns the first column of the first row in the result set returned by the query | |
| Executes a command using the  | |
| Executes a command using the  | |
| Executes a command using the  | |
| 
 | Inherited from  | 
| 
 | Inherited from  | 
| 
 | Inherited from  | 
| 
 | Inherited from  | 
| This method is a no-op | |
| 
 | Inherited from  |