dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / NativeOracleObject Class / GetOracleValue Method / GetOracleValue(OracleAttribute) Method
An OracleAttribute object.

In This Topic
GetOracleValue(OracleAttribute) Method
In This Topic
Gets the value of the attribute in its Oracle format wrapped by dotConnect for Oracle.
Syntax
'Declaration
 
Public Overloads Function GetOracleValue( _
   ByVal attribute As OracleAttribute _
) As Object
 

Parameters

attribute
An OracleAttribute object.

Return Value

The value of the attribute as the dotConnect for Oracle wrapped type.
Remarks
GetOracleValue(OracleAttribute) returns data using the native Oracle types. To retrieve data using the .NET Framework types, see Item(OracleAttribute) property.
See Also