Enum PgAllOperatorType
- Assembly
- Npgsql.EntityFrameworkCore.PostgreSQL.dll
Determines the operator type for a PgAllExpression.
public enum PgAllOperatorType
Fields
ILike = 1
Represents a PostgreSQL ILIKE ALL operator.
Like = 0
Represents a PostgreSQL LIKE ALL operator.