Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
DbExpressions
DbInExpression
C# 클래스 DbExpressions.DbInExpression
Represents determining if a given value matches any value in a sub query or a list.
상속:
DbExpression
파일 보기
프로젝트 열기: seesharper/DbExpressions
1 사용 예제들
공개 메소드들
메소드
설명
DbInExpression
(
DbExpression
target
,
DbExpression
expression
)
Initializes a new instance of the
DbInExpression
class.
메소드 상세
DbInExpression()
공개
메소드
Initializes a new instance of the
DbInExpression
class.
public
DbInExpression
(
DbExpression
target
,
DbExpression
expression
)
target
DbExpression
The target
.
expression
DbExpression
The
that either represents a sub query or a list of values.