DataSource for Entity Framework in WPF
C1.Data Namespace / SavedChangesEventArgs Class / HasError Property

In This Topic
    HasError Property (SavedChangesEventArgs)
    In This Topic
    Gets a value indicating whether the save operation has failed. If true, inspect the Error property for details.
    Syntax
    'Declaration
     
    Public ReadOnly Property HasError As Boolean
    public bool HasError {get;}
    See Also