ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / C1TextBox Class / EmptyAsNull Property

In This Topic
    EmptyAsNull Property (C1TextBox)
    In This Topic
    If True, empty strings are interpreted as null values (DBNull).
    Syntax
    'Declaration
     
    
    Public Property EmptyAsNull As Boolean
    public bool EmptyAsNull {get; set;}
    See Also