Table of Contents

Interface AnalyticFunctions.IAnalyticFunctionWithoutWindow<TR>

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

Type Parameters

TR
Extension Methods

Methods

Over()

[Sql.Extension("{function} OVER({query_partition_clause?}{_}{order_by_clause?})", TokenName = "over", ChainPrecedence = 10, IsWindowFunction = true)]
AnalyticFunctions.IOverMayHavePartitionAndOrder<out TR> Over()

Returns

AnalyticFunctions.IOverMayHavePartitionAndOrder<TR>