Table of Contents

AggregateFieldInfoBase 类

命名空间
ShadowSql.Aggregates
程序集
ShadowSql.Core.dll

聚合字段信息

public abstract class AggregateFieldInfoBase : VariantFieldInfoBase<ICompareField>, ISqlEntity
继承
object
AggregateFieldInfoBase
实现
衍生
继承成员

构造函数

AggregateFieldInfoBase(string, ICompareField)

聚合字段信息

protected AggregateFieldInfoBase(string aggregate, ICompareField field)

参数

aggregate string

聚合

field ICompareField

字段

字段

_aggregate

聚合函数

protected readonly string _aggregate

字段值

string

属性

Aggregate

聚合函数

public string Aggregate { get; }

属性值

string