ParsedQuery<T0>.Apply

Declaration

public IEnumerable<T> Apply(IEnumerable<T> data);

Parameters

data The data to filter.

Returns

IEnumerable<T> A filtered IEnumerable.

Description

Applies the filtering on an IEnumerable data set.

See QueryEngine for a complete example.


Did you find this page useful? Please give it a rating: