ComponentOne Data Source for Entity Framework
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 System.Boolean
    public System.bool HasError {get;}
    See Also