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
Constructors
Name | Type | Description |
---|---|---|
ResultSetPortion() | void |
Initializes a new instance of the Korzh.EasyQuery.Db.ResultSetPortion class. |
ResultSetPortion(long offset, long limit) |
void |
Initializes a new instance of the Korzh.EasyQuery.Db.ResultSetPortion class. |
Properties
Name | Type | Description |
---|---|---|
Limit | long |
Specifies the number of rows to return from result set (starting from the row defined in Korzh.EasyQuery.Db.ResultSetPortion.Offset) |
Offset | long |
Specifies the number of rows to skip, before starting to return rows from the result set. |