Skip to content

LinqQueryBuilderFormats class

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

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