dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / NativeOracleArray Class / RemoveAt Method

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

    Parameters

    index
    See Also