IQueryFormats interface

Defines basic query formats functionality

public interface Korzh.EasyQuery.IQueryFormats

Properties

Type Name Description
Boolean UseTimezoneOffset 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.
Boolean UseUtcTime Gets or sets a value indicating whether the query builder will use UTC time zone for all date/time values (like FirstDayOfYear and others).

Methods

Type Name Description
void CopyFrom(IQueryFormats source) Copies the formats from another formats object.