Table of Contents

IAggregateField 接口

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

聚合(计算)列

public interface IAggregateField : IAggregate, ICompareView, IOrderAsc, IOrderView, ISqlEntity
继承成员
扩展方法

属性

TargetName

被计算的列名

string TargetName { get; }

属性值

string

方法

As(string)

聚合别名(select使用)

IAggregateFieldAlias As(string aliasName)

参数

aliasName string

别名

返回

IAggregateFieldAlias