Search Results for

    Show / Hide Table of Contents

    Enum PostgresAnyOperatorType

    Determines the operator type for a PostgresAnyExpression.

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

    Fields

    Name Description
    Equal

    Represents a PostgreSQL = ANY operator.

    ILike

    Represents a PostgreSQL ILIKE ANY operator.

    Like

    Represents a PostgreSQL LIKE ANY operator.

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