Interface WindowFunctionBuilder.IDistinctPart<TNext>
- Namespace
- LinqToDB
- Assembly
- linq2db.dll
Provides the DISTINCT aggregate modifier for aggregate window functions (COUNT(expr)/SUM/AVG/MIN/MAX).
public interface WindowFunctionBuilder.IDistinctPart<out TNext> where TNext : class
Type Parameters
TNext
- Extension Methods
Methods
Distinct()
Adds the DISTINCT aggregate modifier — e.g. SUM(DISTINCT x) OVER (...). Not supported by every provider.
TNext Distinct()
Returns
- TNext