Insert Method (NativeOracleArray)
Inserts an
NativeOracleArray into the collection at the specified index.
'Declaration
Public Sub Insert( _
ByVal As Integer, _
ByVal As Object _
)
Parameters
- index
- The zero-based index where the NativeOracleArray is to be inserted within the collection.
- value
- The NativeOracleArray object to add to the collection.