ComponentOne MultiSelect for WinForms
C1.Win.Input.Base Namespace / IDropDownEditorBase Interface / EmptyAsNull Property

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