Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / (Global) Namespace / aq Class / IsNull Method / IsNull(Int32) Method

In This Topic
    IsNull(Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function IsNull( _
       ByVal columnIndex As System.Integer _
    ) As System.Boolean
    public System.bool IsNull( 
       System.int columnIndex
    )

    Parameters

    columnIndex
    See Also