internal sealed class QueryBuilder| 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. |