Overload | Description |
---|---|
OracleParameter Constructor() | Initializes a new instance of the OracleParameter class. |
OracleParameter Constructor(String,Object) | Initializes a new instance of the OracleParameter class with the parameter name and a OracleParameter object. |
OracleParameter Constructor(String,OracleDbType) | Initializes a new instance of the OracleParameter class with the parameter name and data type. |
OracleParameter Constructor(String,OracleDbType,Int32) | Initializes a new instance of the OracleParameter class with the parameter name, data type, and width. |
OracleParameter Constructor(String,OracleDbType,ParameterDirection) | Initializes a new instance of the OracleParameter class with the parameter name, data type, and parameter direction. |
OracleParameter Constructor(String,OracleDbType,String) | Initializes a new instance of the OracleParameter class with the parameter name, data type. |
OracleParameter Constructor(String,OracleDbType,Int32,String) | Initializes a new instance of the OracleParameter class with the parameter name, data type, width, and source column name. For internal use. |
OracleParameter Constructor(String,OracleDbType,Object,ParameterDirection) | Initializes a new instance of the OracleParameter class with the parameter name, data type, and parameter direction. |
OracleParameter Constructor(String,OracleDbType,Int32,Object,ParameterDirection) | Initializes a new instance of the OracleParameter class with the parameter name, data type, and parameter direction. |
OracleParameter Constructor(String,OracleDbType,Int32,ParameterDirection,String,DataRowVersion,Boolean,Object) | Initializes a new instance of the OracleParameter class with the parameter name, data type, width, source column name, parameter direction, and other properties. |
OracleParameter Constructor(String,OracleDbType,Int32,ParameterDirection,Boolean,Byte,Byte,String,DataRowVersion,Object) | 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. |
OracleParameter Constructor(String,OracleDbType,Int32,ParameterDirection,Boolean,Byte,Byte,String,DataRowVersion,Object,Int32,String) | 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. |
OracleParameter Constructor(String,OracleDbType,Int32,ParameterDirection,Boolean,Byte,Byte,String,DataRowVersion,Boolean,Object,Int32,String) | 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. |