WinJS.UI.IFetchResult interface

This topic has not yet been rated - Rate this topic

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.

PropertyDescription

absoluteIndex

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

atEnd

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

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

Gets or sets the items returned by the fetch operation.

offset

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

totalCount

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

 

Requirements

Minimum supported client

Windows 8 [Windows Store apps only]

Minimum supported server

Windows Server 2012 [Windows Store apps only]

Namespace

WinJS.UI

Library

 

 

Build date: 12/5/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.