ne( )


Refines a query to match items whose specified property value does not equal the specified value.

The ne() function refines a SessionQueryBuilder to only match items where the value of the specified property does not equal the specified value.

The ne() function only supports the recurrence property for null values. Use .ne("recurrence",null) to query recurring sessions together with .eq("sessionId", "").

Method Declaration
Copy
Method Parameters
propertyNamestringRequired

The property whose value will be compared with value. Supported properties:

  • recurrence

valueanyRequired

The value to match against.

Returns
Was this helpful?
Yes
No