dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleSqlStatementCollection Class / Add Method / Add(OracleSqlStatement) Method
Instance of an OracleSqlStatement to be added.

In This Topic
    Add(OracleSqlStatement) Method
    In This Topic
    Adds an OracleSqlStatement object to the end of collection.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal value As OracleSqlStatement _
    ) As Integer
    public int Add( 
       OracleSqlStatement value
    )

    Parameters

    value
    Instance of an OracleSqlStatement to be added.

    Return Value

    Index af the added OracleSqlStatement in the collection.
    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