Table of Contents

ICompareField 接口

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

比较运算字段

public interface ICompareField : ICompareView, ISqlValue, IOrderField, IView, IMatch, IOrderAsc, IOrderView, ISqlEntity
继承成员
扩展方法

方法

AggregateAs(string, string)

聚合别名(select使用) 别名不能直接参与逻辑运算

IAggregateFieldAlias AggregateAs(string aggregate, string alias)

参数

aggregate string
alias string

返回

IAggregateFieldAlias

AggregateTo(string)

聚合(逻辑运算使用)

IAggregateField AggregateTo(string aggregate)

参数

aggregate string

返回

IAggregateField