Table of Contents

Interface AnalyticFunctions.INeedsWithinGroupWithSingleOrderAndMaybePartition<TR>

Namespace
LinqToDB
Assembly
linq2db.dll
public interface AnalyticFunctions.INeedsWithinGroupWithSingleOrderAndMaybePartition<out TR>

Type Parameters

TR
Extension Methods

Properties

WithinGroup

[Sql.Extension("WITHIN GROUP ({order_by_clause}){_}{over?}", TokenName = "within_group")]
AnalyticFunctions.INeedSingleOrderByAndMaybeOverWithPartition<out TR> WithinGroup { get; }

Property Value

AnalyticFunctions.INeedSingleOrderByAndMaybeOverWithPartition<TR>