DataRowCollection::Count Property

 

Gets the total number of DataRow objects in this collection.

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

public:
property int Count {
	virtual int get() override;
}

Property Value

Type: System::Int32

The total number of DataRow objects in this collection.

.NET Framework
Available since 2.0
Return to top
Show: