dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleLoader Class / SetOracleObject Method / SetOracleObject(Int32,OracleObject) Method
Zero-based index of the column.
An OracleObject value.

In This Topic
    SetOracleObject(Int32,OracleObject) Method
    In This Topic
    Sets the OracleObject value of the column at the specified ordinal.
    Syntax
    'Declaration
     
    Public Overloads Sub SetOracleObject( _
       ByVal i As Integer, _
       ByVal value As OracleObject _
    ) 
    public void SetOracleObject( 
       int i,
       OracleObject value
    )

    Parameters

    i
    Zero-based index of the column.
    value
    An OracleObject value.
    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