Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WinJS.UI.IFetchResult interface

Applies to Windows and Windows Phone

Contains items that were requested from an IListDataAdapter and provides some information about those items.

Members

The IFetchResult interface has these types of members:

Properties

The IFetchResult interface has these properties.

PropertyAccess typeDescription

absoluteIndex

Read/write

Gets or sets the index of the requested item in the IListDataAdapter object's data source.

atEnd

Read/write

Gets or sets a value that indicates whether this IFetchResult contains the last items at the end of the IListDataAdapter object's data source.

atStart

Read/write

Gets or sets a value that indicates whether this IFetchResult contains the first items at the beginning of the IListDataAdapter object's data source.

items

Read/write

Gets or sets the items returned by the fetch operation.

offset

Read/write

Gets or sets the location of the requested item within the items array.

totalCount

Read/write

Gets or sets the number of items in the IListDataAdapter object's underlying data source.

 

Requirements

Minimum WinJS version

WinJS 3.0

Namespace

WinJS.UI

 

 

Show: