See Also

OracleArray Class  | OracleArray Members

Language

Visual Basic

C#

Show All

i
The zero-based index of the element to retrieve.
See AlsoLanguagesDevart.Data.OracleSend comments on this topic.

Item Property

Devart.Data.Oracle Namespace > OracleArray Class : Item Property (OracleArray)

Gets or sets the element at the specified index.

[Visual Basic]
Public Default Property Item( _    ByVal i As Integer _ ) As Object
[C#]
public object this[    int i ]; {get; set;}

Parameters

i
The zero-based index of the element to retrieve.

Return Type

The element at the specified index.

See Also

OracleArray Class  | OracleArray Members

 

 


© 2002 - 2013 Devart. All Rights Reserved.