Skip to content

ODataQueryBuilder class

Builds OData expressions

public class Korzh.EasyQuery.ODataQueryBuilder
: IQueryBuilder
TypeNameDescription
BooleanCanBuildDetermines whether there is enough information to build the query
TypeResultTypeGets the type of result object (string by default)
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
StringBuild()Builds the query and returns the OData string
QueryBuilderResultGetResult()
StringToString()Returns a System.String that represents this instance.