Enum PgAnyOperatorType
- Assembly
- Npgsql.EntityFrameworkCore.PostgreSQL.dll
Determines the operator type for a PgAnyExpression.
public enum PgAnyOperatorType
Fields
Equal = 0Represents a PostgreSQL = ANY operator.
ILike = 2Represents a PostgreSQL ILIKE ANY operator.
Like = 1Represents a PostgreSQL LIKE ANY operator.