totalCount property
Collapse the table of content
Expand the table of content

IFetchResult.totalCount property

Applies to Windows and Windows Phone

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

See also

IFetchResult

 

 

Show:
© 2017 Microsoft