dotConnect for Oracle Documentation
Devart.Common Namespace / DbLoader Class / SetNull Method / SetNull(Int32) Method
Zero-based index of the column.

In This Topic
    SetNull(Int32) Method
    In This Topic
    Sets the value of the column with the specified index to NULL.
    Syntax
    'Declaration
     
    Public Overloads Sub SetNull( _
       ByVal i As Integer _
    ) 
    public void SetNull( 
       int i
    )

    Parameters

    i
    Zero-based index of the column.
    Remarks
    Use SetNull(Int32) method to set column with specific index in the current row to a NULL 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