次の方法で共有


IMobileServiceTableQuery<T>.Take(Int32) メソッド

定義

指定した take 句をソース クエリに適用します。

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

パラメーター

count
Int32

取得する数値。

戻り値

構成されたクエリ。

適用対象