Table of Contents

GroupByCursorBase 类

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

分组游标基类

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

构造函数

GroupByCursorBase(IGroupByView, int, int)

分组游标基类

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

参数

groupBy IGroupByView

分组查询

limit int

筛选数量

offset int

跳过数量