Skip to content

ResultSetPortion class

Represents a portion of result set to return

public class Korzh.EasyQuery.Db.ResultSetPortion

Package: Korzh.EasyQuery.Db (targets: netstandard2.0)

Assembly: Korzh.EasyQuery.Db.dll

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.
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.