次の方法で共有


IMobileServiceSyncTable<T>.Skip(Int32) メソッド

定義

指定した skip 句を適用してクエリを作成します。

public Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<T> Skip (int count);
abstract member Skip : int -> Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<'T>
Public Function Skip (count As Integer) As IMobileServiceTableQuery(Of T)

パラメーター

count
Int32

スキップする数値。

戻り値

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

適用対象