dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleSqlStatementCollection Class / Insert Method / Insert(Int32,OracleSqlStatement) Method
A location OracleSqlStatement should be inserted in. Must be non-negative and less than the size of the collection.
An OracleSqlStatement object to insert.

In This Topic
    Insert(Int32,OracleSqlStatement) Method
    In This Topic
    Inserts an OracleSqlStatement object into collection in the specified location.
    Syntax
    'Declaration
     
    Public Overloads Sub Insert( _
       ByVal index As Integer, _
       ByVal value As OracleSqlStatement _
    ) 
    public void Insert( 
       int index,
       OracleSqlStatement value
    )

    Parameters

    index
    A location OracleSqlStatement should be inserted in. Must be non-negative and less than the size of the collection.
    value
    An OracleSqlStatement object to insert.
    See Also