6.2.4 OracleCommand Properties
OracleCommand properties are listed in Table 6-13.
                  
Table 6-13 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   | 
                        |
| 
                               Container  | 
                           
                               Inherited from   | 
                        
| 
                               Specifies whether or not the   | 
                        |
| 
                               Specifies the size of   | 
                        |
| 
                               Specifies an array of  Not Available in the ODP.NET, Managed Driver and ODP.NET Core  | 
                        |
| 
                               Specifies the amount of data that the   | 
                        |
| 
                               Specifies the amount that of data 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  |