dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / NativeOracleArray Class / Add Method
The System.Object to be added to the end of the NativeOracleArray.

In This Topic
    Add Method (NativeOracleArray)
    In This Topic
    Adds an object of specified OracleType.ItemDbType type to the end of the NativeOracleArray.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal value As Object _
    ) As Integer
    public int Add( 
       object value
    )

    Parameters

    value
    The System.Object to be added to the end of the NativeOracleArray.

    Return Value

    The NativeOracleArray index at which the value has been added.
    Remarks
    If value of Count property equals to Devart.Data.Oracle.NativeOracleArray.Capacity the Add method raises an error.
    See Also