DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews Namespace / View Class / Count Property

In This Topic
    Count Property (View)
    In This Topic
    Gets the total number of elements in the view.
    Syntax
    'Declaration
     
    Public ReadOnly Property Count As Integer
    public int Count {get;}
    See Also