DataSource for Entity Framework in WPF
C1.Data.DataSource Namespace / ClientCollectionView Class / IsEmpty Property

In This Topic
    IsEmpty Property
    In This Topic
    Returns a value that indicates whether the resulting view is empty.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsEmpty As Boolean
    public bool IsEmpty {get;}

    Property Value

    true if the resulting view is empty; otherwise, false.
    See Also