DataFetchMeta class

Defines some meta data of the executed query.

public class Korzh.EasyQuery.Services.DataFetchMeta

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

Assembly: Korzh.EasyQuery.dll

Constructors

Name Type Description
DataFetchMeta(EasyQueryManager manager) void Initializes a new instance of the Korzh.EasyQuery.Services.DataFetchMeta class.

Properties

Name Type Description
Offset long
TotalRecords long Gets the total number of records returned by the query (without limitations defined in the Chunk property).