dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleLoader Class / SetTimeStamp Method / SetTimeStamp(String,OracleTimeStamp) Method
The name of the column.
OracleTimeStamp value for the specified column.

In This Topic
    SetTimeStamp(String,OracleTimeStamp) Method
    In This Topic
    Sets the OracleTimeStamp value of the column with the specified name.
    Syntax
    'Declaration
     
    Public Overloads Sub SetTimeStamp( _
       ByVal name As String, _
       ByVal value As OracleTimeStamp _
    ) 
    public void SetTimeStamp( 
       string name,
       OracleTimeStamp value
    )

    Parameters

    name
    The name of the column.
    value
    OracleTimeStamp value for the specified column.
    Remarks
    Use SetTimeStamp(String,OracleTimeStamp) method to set column with specific name in the current row to the OracleTimeStamp value.
    See Also