MobileServicesTable.includeTotalCount function

Requests that the query also return a total count of all the records that would have been returned without any paging implemented by either the client or the server.

mobileServiceTable.includeTotalCount();

Return Value

Type: Query object

A query that can be further composed.

.NET Framework Equivalent

IncludeTotalCount

Requirements

Namespace

WindowsAzure.MobileServices

Library

MobileServices.js

See Also

Reference

MobileServiceTable object

Other Resources

How to use an HTML/JavaScript client for Azure Mobile Services