AggregateConstants 类
- 命名空间
- ShadowSql.Aggregates
- 程序集
- ShadowSql.Core.dll
聚合常量
public static class AggregateConstants
- 继承
-
AggregateConstants
- 继承成员
字段
Avg
均值
public const string Avg = "AVG"
字段值
Count
计数
public const string Count = "COUNT"
字段值
Max
最大值
public const string Max = "MAX"
字段值
Min
最小值
public const string Min = "MIN"
字段值
Sum
求和
public const string Sum = "SUM"
字段值
方法
MatchCount(string)
是否匹配Count聚合
public static bool MatchCount(string aggregate)
参数
aggregate
string