DataView::Count Property

 

Gets the number of records in the DataView after RowFilter and RowStateFilter have been applied.

Namespace:   System.Data
Assembly:  System.Data (in System.Data.dll)

public:
[BrowsableAttribute(false)]
property int Count {
	virtual int get() sealed;
}

Property Value

Type: System::Int32

The number of records in the DataView.

.NET Framework
Available since 1.1
Return to top
Show: