Table of Contents

Enum SortOrder

Namespace
Npgsql.EntityFrameworkCore.PostgreSQL.Metadata
Assembly
Npgsql.EntityFrameworkCore.PostgreSQL.dll

Options for modifying sort ordering of index values.

public enum SortOrder

Fields

Ascending = 0

Specifies ascending sort order, which is the default.

Descending = 1

Specifies descending sort order.