Class QueryOptions
Inheritance
System.Object
QueryOptions
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.Shared
Assembly: LightQuery.Shared.dll
Syntax
public class QueryOptions
Properties
| Improve this Doc View SourcePage
Declaration
public int Page { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
PageSize
Declaration
public int PageSize { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
QueryRequestsPagination
Declaration
public bool QueryRequestsPagination { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Sort
Declaration
public SortOption Sort { get; set; }
Property Value
| Type | Description |
|---|---|
| SortOption |
ThenSort
Declaration
public SortOption ThenSort { get; set; }
Property Value
| Type | Description |
|---|---|
| SortOption |