Table of Contents

AggregateFieldInfoBase 类

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

聚合字段信息

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

构造函数

AggregateFieldInfoBase(string, ICompareField)

聚合字段信息

protected AggregateFieldInfoBase(string aggregate, ICompareField target)

参数

aggregate string
target ICompareField

字段

_aggregate

聚合函数

protected readonly string _aggregate

字段值

string

属性

Aggregate

聚合函数

public string Aggregate { get; }

属性值

string