dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleArray Class / RemoveAt Method
The zero-based index of the element to remove.

In This Topic
RemoveAt Method (OracleArray)
In This Topic
Removes the element at the specified index from the OracleArray.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal i As Integer _
) 
 

Parameters

i
The zero-based index of the element to remove.
See Also