Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Shaolinq
Persistence
Linq
Expressions
SqlAggregateExpression
C# Class Shaolinq.Persistence.Linq.Expressions.SqlAggregateExpression
A SQL aggregate expression such as MAX(columnn) or COUNT(*) or COUNT(DISTINCT column)
Inheritance:
SqlBaseExpression
Mostra file
Open project: tumtumtum/Shaolinq
Class Usage Examples
Public Methods
Method
Description
SqlAggregateExpression
(
Type
type
,
SqlAggregateType
aggType
,
Expression
argument
,
bool
isDistinct
) :
System
Method Details
SqlAggregateExpression()
public
method
public
SqlAggregateExpression
(
Type
type
,
SqlAggregateType
aggType
,
Expression
argument
,
bool
isDistinct
) :
System
type
System.Type
aggType
SqlAggregateType
argument
System.Linq.Expressions.Expression
isDistinct
bool
return
System