次の方法で共有


ODataQuery<T>.SetFilter(Expression<Func<T,Boolean>>) メソッド

定義

式からフィルターを設定します。

public void SetFilter (System.Linq.Expressions.Expression<Func<T,bool>> filter);
member this.SetFilter : System.Linq.Expressions.Expression<Func<'T, bool>> -> unit
Public Sub SetFilter (filter As Expression(Of Func(Of T, Boolean)))

パラメーター

filter
Expression<Func<T,Boolean>>

フィルター式。

適用対象