Skip to main content

resultsetportion-class

Represents a portion of result set to return

public class Korzh.EasyQuery.Db.ResultSetPortion

Assembly: Korzh.EasyQuery.Db.dll

Constructors

NameTypeDescription
ResultSetPortion()voidInitializes a new instance of the Korzh.EasyQuery.Db.ResultSetPortion class.
ResultSetPortion(long offset, long limit)voidInitializes a new instance of the Korzh.EasyQuery.Db.ResultSetPortion class.

Properties

NameTypeDescription
LimitlongSpecifies the number of rows to return from result set (starting from the row defined in Korzh.EasyQuery.Db.ResultSetPortion.Offset)
OffsetlongSpecifies the number of rows to skip, before starting to return rows from the result set.