6.19.1 OracleParameter Members
OracleParameter Constructors
OracleParameter constructors are listed in Table 6-100. 
                  
Table 6-100 OracleParameter Constructors
| Constructor | Description | 
|---|---|
| Instantiates a new instance of  | 
OracleParameter Static Methods
OracleParameter static methods are listed in Table 6-101. 
                  
Table 6-101 OracleParameter Static Methods
| Method | Description | 
|---|---|
| 
 | Inherited from  | 
OracleParameter Properties
OracleParameter properties are listed in Table 6-102. 
                  
Table 6-102 OracleParameter Properties
| Property | Description | 
|---|---|
| Specifies the input or output size of elements in  | |
| Specifies the input or output status of elements in  | |
| Specifies whether or not the  | |
| Specifies the data type of the parameter using the  | |
| Specifies whether the parameter is input-only, output-only, bi-directional, or a stored function return value parameter | |
| Not supported | |
| Specifies the offset to the  | |
| Specifies the Oracle data type | |
| Specifies the Oracle data type to bind the parameter as, but returns a .NET type as output | |
| Specifies the name of the parameter | |
| Specifies the maximum number of digits used to represent the  | |
| Specifies the number of decimal places to which  | |
| Specifies the maximum size, in bytes or characters, of the data transmitted to or from the database. For PL/SQL Associative Array Bind,  | |
| Specifies the name of the  | |
| Specifies a value which indicates whether the source column is nullable | |
| Specifies the  | |
| Indicates the status of the execution related to the data in the  | |
| Specifies the Oracle user-defined type name if the parameter is a user-defined data type | |
| Specifies the value of the  | 
OracleParameter Public Methods
OracleParameter public methods are listed in Table 6-103. 
                  
Table 6-103 OracleParameter Public Methods
| Public Method | Description | 
|---|---|
| Creates a shallow copy of an  | |
| 
 | Inherited from  | 
| Releases allocated resources | |
| 
 | Inherited from  | 
| 
 | Inherited from  | 
| 
 | Inherited from  | 
| 
 | Inherited from  | 
| 
 | Inherited from  | 
| Resets the type associated with the parameter so that it can infer its type from the value passed in the parameter | |
| Resets the type associated with the parameter so that it can infer its type from the value passed in the parameter | |
| Returns the string representation of the current instance |