Class QueryBuilder
Inheritance
System.Object
QueryBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: LightQuery.Client
Assembly: LightQuery.Client.dll
Syntax
public static class QueryBuilder
Methods
| Improve this Doc View SourceBuild(Int32, Int32, String, Boolean, String, Boolean, Dictionary<String, String>)
Declaration
public static string Build(int page = 1, int pageSize = 20, string sortParam = null, bool sortDescending = false, string thenSortParam = null, bool thenSortDescending = false, Dictionary<string, string> additionalParameters = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | page | |
| System.Int32 | pageSize | |
| System.String | sortParam | |
| System.Boolean | sortDescending | |
| System.String | thenSortParam | |
| System.Boolean | thenSortDescending | |
| System.Collections.Generic.Dictionary<System.String, System.String> | additionalParameters |
Returns
| Type | Description |
|---|---|
| System.String |