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

In This Topic
    IsNull(String) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function IsNull( _
       ByVal columnName As System.String _
    ) As System.Boolean
    public System.bool IsNull( 
       System.string columnName
    )

    Parameters

    columnName
    See Also