Class QueryOrder
An order for an individual field that is applied to a query.
Inherited Members
Namespace: Unity.Services.Lobbies.Models
Assembly: solution.dll
Syntax
[Preserve]
public class QueryOrder
Constructors
| Name | Description |
|---|---|
| QueryOrder(bool, FieldOptions) | An order for an individual field that is applied to a query. |
Properties
| Name | Description |
|---|---|
| Asc | Whether to sort in ascending or descending order. |
| Field | The name of the field to order on. |