Where constructor

Where(
  1. List<Filter> filters
)

Creates a new Where clause with the specified filters

Implementation

Where(this.filters);