ComponentOne DataObjects for .NET
Count Property (C1DataView)

C1.Data.2 Assembly > C1.Data Namespace > C1DataView Class : Count Property
Gets the total number of rows in the data view.
Syntax
'Declaration
 
Public ReadOnly Property Count As System.Integer
public System.int Count {get;}
Remarks
This property returns the number of rows satisfying the conditions in RowFilter and RowStateFilter.
See Also

Reference

C1DataView Class
C1DataView Members