Skip to content

QueryBuilderOptions class

Contains differrent options for QueryBuilder

public class Korzh.EasyQuery.QueryBuilderOptions

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

Assembly: Korzh.EasyQuery.dll

NameTypeDescription
QueryBuilderOptions()void
NameTypeDescription
Limitlong
Offsetlong
UseParamsbool
UseTimezoneOffsetboolGets or sets a value indicating whether query builder should use the timezone offset when generates date/time values. The timezone offeset is usually received from the client side.
UseUtcTimeboolGets or sets a value indicating whether the query builder will use UTC time zone for all date/time values (like FirstDayOfYear and others).