ListViewPagedDataSource::DataSourceCount Property
.NET Framework (current version)
Gets the number of items in the data source.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | The data source object does not implement the System.Collections::ICollection interface. |
Use the DataSourceCount property to determine the number of items that are in the data source. If server-based paging is used, the value of the TotalRowCount property is returned; otherwise, the total number of items in the data source is returned.
Note |
|---|
If the DataSource property is null, 0 is returned. |
.NET Framework
Available since 3.5
Available since 3.5
Show:
