次の方法で共有


IMobileServiceSyncTable<T>.Where メソッド

定義

指定したフィルター述語を適用してクエリを作成します。

public Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<T> Where (System.Linq.Expressions.Expression<Func<T,bool>> predicate);
abstract member Where : System.Linq.Expressions.Expression<Func<'T, bool>> -> Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<'T>
Public Function Where (predicate As Expression(Of Func(Of T, Boolean))) As IMobileServiceTableQuery(Of T)

パラメーター

predicate
Expression<Func<T,Boolean>>

フィルター述語。

戻り値

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

適用対象