Insert Method (OracleArray)
Inserts an
OracleArray 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 OracleArray is to be inserted within the collection.
- value
- The OracleArray object to add to the collection.