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
UnboundedPreceding
[Sql.Extension("UNBOUNDED PRECEDING", TokenName = "start_boundary")]
AnalyticFunctions.IAndExpected<out TR> UnboundedPreceding { get; }
Property Value
Methods
ValuePreceding<T>(T)
[Sql.Extension("{value_expr} PRECEDING", TokenName = "start_boundary")]
AnalyticFunctions.IAndExpected<out TR> ValuePreceding<T>(T value)
Parameters
value
T
Returns
Type Parameters
T