Table of Contents

GroupByCursorBase 类

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

分组游标基类

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

构造函数

GroupByCursorBase(IGroupByView, int, int)

分组游标基类

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

参数

groupBy IGroupByView
limit int
offset int