Table of Contents

IGroupByView 接口

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

分组视图

public interface IGroupByView : ITableView, ISqlEntity
继承成员
扩展方法

属性

GroupByFields

分组字段

IField[] GroupByFields { get; }

属性值

IField[]

Source

分组数据源表

ITableView Source { get; }

属性值

ITableView