Skip to content

ODataQueryBuilderFormats class

Represents different formats which control ODataQueryBuilder behaviour. This class is empty for now.

public class Korzh.EasyQuery.ODataQueryBuilderFormats
: 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.