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

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

    Parameters

    i
    Zero-based index of the column.
    value
    System.DateTime value for the specified column.
    Remarks
    Use SetDate(Int32,DateTime) method to set column with specific index in the current row to the System.DateTime 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