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