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
UnboundedPreceding
AnalyticFunctions.IAndExpected<out TR> UnboundedPreceding { get; }
Property Value
Methods
ValuePreceding<T>(T)
AnalyticFunctions.IAndExpected<out TR> ValuePreceding<T>(T value)
Parameters
valueT
Returns
Type Parameters
T