[]
Gets a collection of filters applied to each row of data in the dataset.
public IList<Filter> Filters { get; }
Type | Description |
---|---|
IList<Filter> | An IList<T> object containing the filters to be applied to each row of data. |
Filters help in refining the data by including or excluding rows based on specified criteria.