次の方法で共有


FluentApiCodeFragment.FilterChain メソッド

定義

述語に基づいてフィルター処理された呼び出しを含む新しいメソッド チェーンを作成します。

public virtual Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment? FilterChain (Func<Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment,bool> predicate);
abstract member FilterChain : Func<Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment, bool> -> Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment
override this.FilterChain : Func<Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment, bool> -> Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment
Public Overridable Function FilterChain (predicate As Func(Of FluentApiCodeFragment, Boolean)) As FluentApiCodeFragment

パラメーター

predicate
Func<FluentApiCodeFragment,Boolean>

条件の各メソッド呼び出しをテストする関数。

戻り値

条件を満たす元のメソッドからの呼び出しのみを含む新しいメソッド チェーン。

適用対象