다음을 통해 공유


DbExpressionBuilder.In 메서드

정의

DbInExpression 지정된 식의 결과와 지정된 목록의 상수 식 결과와 일치하는 을 만듭니다.

public static System.Data.Entity.Core.Common.CommandTrees.DbInExpression In(this System.Data.Entity.Core.Common.CommandTrees.DbExpression expression, System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbConstantExpression> list);
static member In : System.Data.Entity.Core.Common.CommandTrees.DbExpression * System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbConstantExpression> -> System.Data.Entity.Core.Common.CommandTrees.DbInExpression
<Extension()>
Public Function In (expression As DbExpression, list As IList(Of DbConstantExpression)) As DbInExpression

매개 변수

expression
DbExpression

일치시킬 DbExpression입니다.

list
IList<DbConstantExpression>

일치 항목을 테스트할 DbConstantExpression 목록입니다.

반환

지정된 인수가 있는 새 DbInExpression입니다.

예외

expression 또는 list가 null입니다.

의 결과 형식입니다. expression 는 에서 식의 결과 형식과 list다릅니다.

적용 대상