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
public Array Value {get; set;}
Property Value
An
System.Array with
NativeOracleArray data.
See Also