ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1DataView Class / Count Property

In This Topic
    Count Property (C1DataView)
    In This Topic
    Returns a number of rows in the C1DataView.
    Syntax
    'Declaration
     
    Public ReadOnly Property Count As System.Integer
    public System.int Count {get;}
    Remarks
    This property returns value with regards to RowFilter and master-detail relationship for a detail view.
    See Also