odataquerybuilder-class
Builds OData expressions
public class Korzh.EasyQuery.ODataQueryBuilder
: IQueryBuilder
Assembly: Korzh.EasyQuery.dll
Constructors
| Name | Type | Description |
|---|---|---|
| ODataQueryBuilder(Query query) | void | Initializes a new instance of the Korzh.EasyQuery.ODataQueryBuilder class. |
Properties
| Name | Type | Description |
|---|---|---|
| CanBuild | bool | Determines whether there is enough information to build the query |
| Options | QueryBuilderOptions | Gets or sets the builder's options. |
| Query | Query | Gets the query this builder is defined for |
| Result | ODataStatement | Builder result. |
| StatementType | Type | Gets the type of result object (string by default) |
| UseUtcTime | bool | 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
| Name | Type | Description |
|---|---|---|
| Build() | bool | Builds the query and stores the result OData filter in the Korzh.EasyQuery.ODataQueryBuilder.Result property. |