dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / NativeOracleArray Class / Value Property

In This Topic
Value Property (NativeOracleArray)
In This Topic
Gets the value of the NativeOracleArray as .NET Framework array of the elements of the same type.
Syntax
'Declaration
 
Public Property Value As Array
 

Property Value

An System.Array with NativeOracleArray data.
See Also