dotConnect for FreshBooks Documentation
Devart.Common Namespace / DbLoader Class / SetNull Method / SetNull(String) Method
The name of the column.

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

    Parameters

    name
    The name of the column.
    Remarks
    Use SetNull(String) method to set column with specific name in the current row to a NULL value.
    See Also