Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Cucumber
SimpleDb
Linq
Structure
QueryExpression
C# 클래스 Cucumber.SimpleDb.Linq.Structure.QueryExpression
상속:
SimpleDbExpression
파일 보기
프로젝트 열기: rexm/SimpleDb.Net
1 사용 예제들
공개 메소드들
메소드
설명
QueryExpression
(
SelectExpression
select
,
Expression
source
,
Expression
where
,
IEnumerable
orderBy
,
Expression
limit
,
bool
useConsistency
) :
System
메소드 상세
QueryExpression()
공개
메소드
public
QueryExpression
(
SelectExpression
select
,
Expression
source
,
Expression
where
,
IEnumerable
orderBy
,
Expression
limit
,
bool
useConsistency
) :
System
select
SelectExpression
source
System.Linq.Expressions.Expression
where
System.Linq.Expressions.Expression
orderBy
IEnumerable
limit
System.Linq.Expressions.Expression
useConsistency
bool
리턴
System