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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also