querybuilderoptions-class
Contains differrent options for QueryBuilder
public class Korzh.EasyQuery.QueryBuilderOptions
Assembly: Korzh.EasyQuery.dll
Constructors
Name | Type | Description |
---|---|---|
QueryBuilderOptions() | void |
Properties
Name | Type | Description |
---|---|---|
Limit | long | |
Offset | long | |
TimezoneOffset | int | Timezone offset (in minutes) for all dates used in the query |
UseParams | bool | |
UseTimezoneOffset | bool | Gets 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. |
UseUtcTime | bool | Gets or sets a value indicating whether the query builder will use UTC time zone for all date/time values (like FirstDayOfYear and others). |