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

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

    Parameters

    i
    Zero-based index of the column.
    value
    OracleTimeStamp value for the specified column.
    Remarks
    Use SetTimeStamp(Int32,OracleTimeStamp) method to set column with specific index in the current row to the OracleTimeStamp value.
    See Also