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