다음을 통해 공유


DbExpressionBuilder.Filter(DbExpressionBinding, DbExpression) 메서드

정의

지정된 조건자를 사용하여 주어진 입력 집합의 요소를 필터링하는 새 DbFilterExpression을 만듭니다.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbFilterExpression ^ Filter(System::Data::Common::CommandTrees::DbExpressionBinding ^ input, System::Data::Common::CommandTrees::DbExpression ^ predicate);
public static System.Data.Common.CommandTrees.DbFilterExpression Filter (this System.Data.Common.CommandTrees.DbExpressionBinding input, System.Data.Common.CommandTrees.DbExpression predicate);
static member Filter : System.Data.Common.CommandTrees.DbExpressionBinding * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFilterExpression
<Extension()>
Public Function Filter (input As DbExpressionBinding, predicate As DbExpression) As DbFilterExpression

매개 변수

input
DbExpressionBinding

입력 집합을 지정하는 식 바인딩입니다.

predicate
DbExpression

입력 집합의 각 멤버에 대해 평가할 조건자를 나타내는 식입니다.

반환

필터링된 집합을 생성하는 새 DbFilterExpression입니다.

예외

input 또는 predicate가 null입니다.

predicate에 부울 결과 형식이 없습니다.

적용 대상