not( )


Adds an not condition to the query.

The not() function adds a not condition to an EventsQueryBuilder. A query with a not returns all the items that match the query as defined up to the not function, but don't match the query passed to the not function.

If the query only contains a not() function, it returns all the items that don't match the query defined by the not method.

Method Declaration
Copy
Method Parameters
queryEventsQueryBuilderRequired

Contains functionality for refining a Wix events query.

Returns
Return Type:EventsQueryBuilder
Was this helpful?
Yes
No