Table of Contents

GroupByCursorBase 类

命名空间
ShadowSql.Cursors
程序集
ShadowSql.dll

分组游标基类

public abstract class GroupByCursorBase : CursorBase<IGroupByView>, ICursor, ITableView, ISqlEntity
继承
object
GroupByCursorBase
实现
衍生
继承成员
扩展方法

构造函数

GroupByCursorBase(IGroupByView, int, int)

分组游标基类

protected GroupByCursorBase(IGroupByView groupBy, int limit, int offset)

参数

groupBy IGroupByView

分组查询

limit int

筛选数量

offset int

跳过数量