ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / ErrorInfo Class / ValueOnErrorIsDbNull Property

In This Topic
    ValueOnErrorIsDbNull Property
    In This Topic
    Boolean property used to set ValueOnError to DbNull (only necessary at design time).
    Syntax
    'Declaration
     
    
    Public Property ValueOnErrorIsDbNull As Boolean
    public bool ValueOnErrorIsDbNull {get; set;}
    See Also