Name | Description | |
---|---|---|
OracleParameter Constructor | Overloaded. Initializes a new instance of the OracleParameter class. |
The following tables list the members exposed by OracleParameter.
Name | Description | |
---|---|---|
OracleParameter Constructor | Overloaded. Initializes a new instance of the OracleParameter class. |
Name | Description | |
---|---|---|
ArrayLength | Gets or sets the length of the DML array, PL/SQL table, or VARRAY and TABLE object types. | |
DbType | Overridden. Gets or sets the System.Data.DbType of the parameter. | |
Direction | Gets or sets a value indicating whether the parameter is input-only, output-only, or bidirectional parameter. (Inherited from Devart.Common.DbParameterBase) | |
IsNullable | Gets or sets a value indicating whether the parameter accepts null values. (Inherited from Devart.Common.DbParameterBase) | |
Item | Gets the value of the element at the specified index for DML array or PL/SQL tables. | |
ObjectTypeName | Gets or sets a name for the Oracle object type. | |
OracleDbType | Gets or sets the OracleDbType of the parameter. | |
OracleValue | Gets or sets the value of the parameter in its Oracle format wrapped by dotConnect for Oracle. | |
ParameterName | Overridden. Gets or sets the name of the OracleParameter. | |
Precision | Gets or sets the maximum number of digits used to represent the Value property. | |
RecordTypeName | Gets or sets a name for the PL/SQL record type. | |
Scale | Gets or sets the number of decimal places to which Value is resolved. | |
Size | Gets or sets the maximum size, in bytes, of the data within the column. (Inherited from Devart.Common.DbParameterBase) | |
SourceColumn | Gets or sets the name of the source column mapped to the System.Data.DataSet and used for loading or returning the Value. For internal use. (Inherited from Devart.Common.DbParameterBase) | |
SourceColumnNullMapping | Sets or gets a value which indicates whether the source column is nullable. (Inherited from Devart.Common.DbParameterBase) | |
SourceVersion | Gets or sets the System.Data.DataRowVersion to use when loading Value. (Inherited from Devart.Common.DbParameterBase) | |
Value | Overridden. Gets or sets the value of the parameter. |
Name | Description | |
---|---|---|
Clone | Creates a new object that is a copy of the current OracleParameter instance. | |
CopyTo | ||
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
ResetDbType | Overridden. Clears explicit OracleDbType assignment. | |
ToString | Overridden. Gets a string containing the ParameterName. |