docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class QueryOrder

    An order for an individual field that is applied to a query.

    Inheritance
    object
    QueryOrder
    Namespace: Unity.Services.Lobbies.Models
    Assembly: solution.dll
    Syntax
    public class QueryOrder

    Constructors

    QueryOrder(bool, FieldOptions)

    An order for an individual field that is applied to a query.

    Declaration
    public QueryOrder(bool asc = null, QueryOrder.FieldOptions field = (QueryOrder.FieldOptions)0)
    Parameters
    Type Name Description
    bool asc

    Whether to sort in ascending or descending order.

    QueryOrder.FieldOptions field

    The name of the field to order on.

    Properties

    Asc

    Whether to sort in ascending or descending order.

    Declaration
    public bool Asc { get; }
    Property Value
    Type Description
    bool

    Field

    The name of the field to order on.

    Declaration
    public QueryOrder.FieldOptions Field { get; }
    Property Value
    Type Description
    QueryOrder.FieldOptions
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)