IFetchResult.totalCount property
Gets or sets the number of items in the IListDataAdapter object's underlying data source.
Syntax
var totalCount = iFetchResult.totalCount;
iFetchResult.totalCount = totalCount;
Property value
Type: Number
The number of items in the IListDataAdapter object's underlying data source.
Requirements
Minimum WinJS version |
WinJS 3.0 |
Namespace |
WinJS.UI |