Interface WindowFunctionBuilder.IFilterPart<TFiltered>
- Namespace
- LinqToDB
- Assembly
- linq2db.dll
Provides the FILTER (WHERE ...) clause for aggregate window functions.
public interface WindowFunctionBuilder.IFilterPart<out TFiltered> where TFiltered : class
Type Parameters
TFiltered
- Extension Methods
Methods
Filter(bool)
Adds a FILTER (WHERE ...) clause. Natively supported by PostgreSQL and DuckDB; emulated via CASE WHEN on other providers.
TFiltered Filter(bool filter)
Parameters
filterbool
Returns
- TFiltered