ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1ViewRow Class / IsNull Method / IsNull(String) Method
The name of the column.

In This Topic
    IsNull(String) Method
    In This Topic
    Gets a value that indicates whether the column with the specified name contains a null value.
    Syntax
    'Declaration
     
    Public Overloads Function IsNull( _
       ByVal columnName As System.String _
    ) As System.Boolean
    public System.bool IsNull( 
       System.string columnName
    )

    Parameters

    columnName
    The name of the column.

    Return Value

    true if the column contains a null value; otherwise, false.
    See Also