Table of Contents

Interface AnalyticFunctions.IBetweenStartExpected<TR>

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

Type Parameters

TR
Extension Methods

Properties

CurrentRow

[Sql.Extension("CURRENT ROW", TokenName = "start_boundary")]
AnalyticFunctions.IAndExpected<out TR> CurrentRow { get; }

Property Value

AnalyticFunctions.IAndExpected<TR>

UnboundedPreceding

[Sql.Extension("UNBOUNDED PRECEDING", TokenName = "start_boundary")]
AnalyticFunctions.IAndExpected<out TR> UnboundedPreceding { get; }

Property Value

AnalyticFunctions.IAndExpected<TR>

Methods

ValuePreceding<T>(T)

[Sql.Extension("{value_expr} PRECEDING", TokenName = "start_boundary")]
AnalyticFunctions.IAndExpected<out TR> ValuePreceding<T>(T value)

Parameters

value T

Returns

AnalyticFunctions.IAndExpected<TR>

Type Parameters

T