Table of Contents

Interface AnalyticFunctions.INeedsWithinGroupWithOrderOnly<TR>

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

Type Parameters

TR
Extension Methods

Properties

WithinGroup

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

Property Value

AnalyticFunctions.INeedsOrderByOnly<TR>