IListDataAdapter.getCount method

0 out of 1 rated this helpful - Rate this topic

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

Syntax


iListDataAdapter.getCount().done( /* Your success and error handlers */ );

Parameters

This method has no parameters.

Return value

Type: Promise

A Promise that contains the number of items the IListDataAdapter contains or null if the number of items is unknown.

Requirements

Minimum supported client

Windows 8 [Windows Store apps only]

Minimum supported server

Windows Server 2012 [Windows Store apps only]

Namespace

WinJS.UI

See also

IListDataAdapter

 

 

Build date: 12/5/2012

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