QueryBuilder Class

Generates a QueryDefinition in an organized manner.

Definition

Namespace: MobileTrack.DataContainers.Extensions
Assembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
internal sealed class QueryBuilder
Inheritance
Object    QueryBuilder

Methods

AddFilter Add a filter to the query.
AddFilters Apply filters to the query.
AddJoin Add a join clause to the query.
AddParameter Add a parameter to the query.
AddParameters Apply parameters to the query.
AddSorting(IReadOnlyCollectionSortingItem) Adds a sorting item to the query.
AddSorting(String, SortDirection) Adds a sorting item to the query.
Build Build the query.
Count Create a query where we will count a number of rows from a container.
FirstRow Create a query where we will only select the first available row.
Select Create a query where we will select a number of rows from a container.
SetSkipAndPageSize Limits the number of rows in the query to retrieve.
ValueQuery Create a query where we will select a value from a container.

See Also