Skip to content

IQueryFormats interface

Defines basic query formats functionality

public interface Korzh.EasyQuery.IQueryFormats
TypeNameDescription
BooleanUseTimezoneOffsetGets 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.
BooleanUseUtcTimeGets or sets a value indicating whether the query builder will use UTC time zone for all date/time values (like FirstDayOfYear and others).
TypeNameDescription
voidCopyFrom(IQueryFormats source)Copies the formats from another formats object.