NotEqualsClauseInQuery

NotEqualsClauseInQuery

Represents not equals clause when query history states.

Constructor

new NotEqualsClauseInQuery(field, value)

Create a not equals clause.
Properties:
Name Type Description
field string Field name of comparison.
value string | number | boolean Value to be compared.
Parameters:
Name Type Description
field string Field name of comparison.
value string Value to be compared.