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

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

Parameters

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

Return Value

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