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