다음을 통해 공유


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>

조건에 대한 각 메서드 호출을 테스트하는 함수입니다.

반환

조건을 충족하는 원래 메서드 체인의 호출만 포함하는 새 메서드 체인입니다.

적용 대상