Search Results for

    Show / Hide Table of Contents

    Enum PostgresAllOperatorType

    Determines the operator type for a PostgresAllExpression.

    Namespace: Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal
    Assembly: Npgsql.EntityFrameworkCore.PostgreSQL.dll
    Syntax
    public enum PostgresAllOperatorType

    Fields

    Name Description
    ILike

    Represents a PostgreSQL ILIKE ALL operator.

    Like

    Represents a PostgreSQL LIKE ALL operator.

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