ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1ViewRow Class / IsNull Method / IsNull(Int32) Method
The zero-based index of the column.

In This Topic
    IsNull(Int32) Method
    In This Topic
    Gets a value that indicates whether the column at the specified index contains a null value.
    Syntax
    'Declaration
     
    Public Overloads Function IsNull( _
       ByVal columnIndex As System.Integer _
    ) As System.Boolean
    public System.bool IsNull( 
       System.int columnIndex
    )

    Parameters

    columnIndex
    The zero-based index of the column.

    Return Value

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