Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Shaolinq
Persistence
Linq
Expressions
SqlAggregateExpression
C# 클래스 Shaolinq.Persistence.Linq.Expressions.SqlAggregateExpression
A SQL aggregate expression such as MAX(columnn) or COUNT(*) or COUNT(DISTINCT column)
상속:
SqlBaseExpression
파일 보기
프로젝트 열기: tumtumtum/Shaolinq
1 사용 예제들
공개 메소드들
메소드
설명
SqlAggregateExpression
(
Type
type
,
SqlAggregateType
aggType
,
Expression
argument
,
bool
isDistinct
) :
System
메소드 상세
SqlAggregateExpression()
공개
메소드
public
SqlAggregateExpression
(
Type
type
,
SqlAggregateType
aggType
,
Expression
argument
,
bool
isDistinct
) :
System
type
System.Type
aggType
SqlAggregateType
argument
System.Linq.Expressions.Expression
isDistinct
bool
리턴
System