dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleParameter Class / OracleParameter Constructor

In This Topic
OracleParameter Constructor
In This Topic
Initializes a new instance of the OracleParameter class.
Overload List
OverloadDescription
Initializes a new instance of the OracleParameter class.  
Initializes a new instance of the OracleParameter class with the parameter name and a OracleParameter object.  
Initializes a new instance of the OracleParameter class with the parameter name and data type.  
Initializes a new instance of the OracleParameter class with the parameter name, data type, and width.  
Initializes a new instance of the OracleParameter class with the parameter name, data type, and parameter direction.  
Initializes a new instance of the OracleParameter class with the parameter name, data type.  
Initializes a new instance of the OracleParameter class with the parameter name, data type, width, and source column name. For internal use.  
Initializes a new instance of the OracleParameter class with the parameter name, data type, and parameter direction.  
Initializes a new instance of the OracleParameter class with the parameter name, data type, and parameter direction.  
Initializes a new instance of the OracleParameter class with the parameter name, data type, width, source column name, parameter direction, and other properties.  
Initializes a new instance of the OracleParameter class with the parameter name, data type, width, source column name, parameter direction, numeric precision, and other properties.  
Initializes a new instance of the OracleParameter class with the parameter name, data type, width, source column name, parameter direction, numeric precision, and other properties.  
Initializes a new instance of the OracleParameter class with the parameter name, data type, width, source column name, parameter direction, numeric precision, and other properties.  
See Also