你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IMobileServiceTableQuery<T>.IncludeTotalCount Method

Definition

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.

public Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<T> IncludeTotalCount();
abstract member IncludeTotalCount : unit -> Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<'T>
Public Function IncludeTotalCount () As IMobileServiceTableQuery(Of T)

Returns

The query object.

Applies to