Table of Contents

Enum PgAnyOperatorType

Namespace
Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal
Assembly
Npgsql.EntityFrameworkCore.PostgreSQL.dll

Determines the operator type for a PgAnyExpression.

public enum PgAnyOperatorType

Fields

Equal = 0

Represents a PostgreSQL = ANY operator.

ILike = 2

Represents a PostgreSQL ILIKE ANY operator.

Like = 1

Represents a PostgreSQL LIKE ANY operator.