See Also

OracleArray Class  | OracleArray Members

Language

Visual Basic

C#

Show All

index
The zero-based index where the OracleArray is to be inserted within the collection.
value
The OracleArray object to add to the collection.
See AlsoLanguagesDevart.Data.OracleSend comments on this topic.

Insert Method

Devart.Data.Oracle Namespace > OracleArray Class : Insert Method (OracleArray)

Inserts an OracleArray into the collection at the specified index.

[Visual Basic]
Public Sub Insert( _    ByVal index As Integer, _    ByVal value As Object _ )
[C#]
public void Insert(    int index,    object value );

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.

See Also

OracleArray Class  | OracleArray Members

 

 


© 2002 - 2013 Devart. All Rights Reserved.