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

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

    Parameters

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