See Also

OracleArray Class  | OracleArray Members

Language

Visual Basic

C#

Show All

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

RemoveAt Method

Devart.Data.Oracle Namespace > OracleArray Class : RemoveAt Method (OracleArray)

Removes the element at the specified index from the OracleArray.

[Visual Basic]
Public Sub RemoveAt( _    ByVal i As Integer _ )
[C#]
public void RemoveAt(    int i );

Parameters

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

See Also

OracleArray Class  | OracleArray Members

 

 


© 2002 - 2013 Devart. All Rights Reserved.