dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / NativeOracleArray Class / Item Property / Item(Int32) Property

In This Topic
Item(Int32) Property
In This Topic
Gets or sets the element at the specified index.
Syntax
'Declaration
 
Public Overloads Property Item( _
   ByVal index As Integer _
) As Object
 

Parameters

index

Property Value

The element at the specified index.
See Also