ComponentOne Data Source for Entity Framework
C1.Data.DataSource Namespace / ClientCollectionView Class / Count Property

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