Specifies the options available for filtering data.
DataManager
Specifies the data source to be filtered.
This can be an external data source managed by a DataManager
object.
Predicate[][]
Specifies groups of predicates that are combined using OR logic. This allows filtering based on multiple sets of conditions.
Predicate[]
Specifies the filter conditions (predicates) for filtering data.