filter( )


Sets the filter used to refine the distinct query.

The filter() method defines the filter used to refine the distinct query.

Method Declaration
Copy
Method Parameters
filterWixDataFilterRequired

Filter to refine the distinct query.

Returns
Return Type:WixDataDistinct
Did this help?