MobileServiceTableQuery<T>.IncludeTotalCount Method

Ensure the query will get the total count for all the records that would have been returned ignoring any take paging/limit clause specified by client or server.

Namespace:  Microsoft.WindowsAzure.MobileServices
Assembly:  Microsoft.WindowsAzure.MobileServices.Managed (in Microsoft.WindowsAzure.MobileServices.Managed.dll)

Syntax

'Declaration
Public Function IncludeTotalCount As MobileServiceTableQuery(Of T)
'Usage
Dim instance As MobileServiceTableQuery 
Dim returnValue As MobileServiceTableQuery(Of T)

returnValue = instance.IncludeTotalCount()
public MobileServiceTableQuery<T> IncludeTotalCount()
public:
MobileServiceTableQuery<T>^ IncludeTotalCount()
member IncludeTotalCount : unit -> MobileServiceTableQuery<'T> 
public function IncludeTotalCount() : MobileServiceTableQuery<T>

Return Value

Type: Microsoft.WindowsAzure.MobileServices.MobileServiceTableQuery<T>
The query object.

See Also

Reference

MobileServiceTableQuery<T> Class

Microsoft.WindowsAzure.MobileServices Namespace