Search Results for

    Show / Hide Table of Contents

    Enum NullSortOrder

    Options for modifying sort ordering of NULL-values in indexes.

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

    Fields

    Name Description
    NullsFirst

    Specifies that nulls sort before non-nulls.

    NullsLast

    Specifies that nulls sort after non-nulls.

    Unspecified

    Represents an unspecified sort order. The database default will be used.

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