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

AnalyticFunctions.IAndExpected<out TR> CurrentRow { get; }

Property Value

AnalyticFunctions.IAndExpected<TR>

UnboundedPreceding

AnalyticFunctions.IAndExpected<out TR> UnboundedPreceding { get; }

Property Value

AnalyticFunctions.IAndExpected<TR>

Methods

ValuePreceding<T>(T)

AnalyticFunctions.IAndExpected<out TR> ValuePreceding<T>(T value)

Parameters

value T

Returns

AnalyticFunctions.IAndExpected<TR>

Type Parameters

T