Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |