Adds an object of specified
OracleType.ItemDbType type to the end of the
OracleArray.
'Declaration
Public Function Add( _
ByVal 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.