dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniArray Class / Remove Method
The System.Object to remove from the UniArray.

In This Topic
    Remove Method (UniArray)
    In This Topic
    Removes the specified element from the UniArray.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal value As Object _
    ) 
    public void Remove( 
       object value
    )

    Parameters

    value
    The System.Object to remove from the UniArray.
    See Also