IMobileServiceSyncTable<T>.IncludeTotalCount メソッド

定義

クライアントまたはサーバーで指定された take paging/limit 句を無視して返されたすべてのレコードの合計数を取得するクエリを作成します。

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

戻り値

テーブルに対するクエリ。

適用対象