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

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