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. |