Search Results for

    Show / Hide Table of Contents

    Enum SortOrder

    Options for modifying sort ordering of index values.

    Namespace: Npgsql.EntityFrameworkCore.PostgreSQL.Metadata
    Assembly: Npgsql.EntityFrameworkCore.PostgreSQL.dll
    Syntax
    public enum SortOrder

    Fields

    Name Description
    Ascending

    Specifies ascending sort order, which is the default.

    Descending

    Specifies descending sort order.

    • Improve this Doc
    • View Source
    In This Article
    Back to top © Copyright 2023 The Npgsql Development Team