Interface WindowFunctionBuilder.IRangePrecedingPartFunction
- Namespace
- LinqToDB
- Assembly
- linq2db.dll
Provides the AND separator between start and end frame boundaries.
public interface WindowFunctionBuilder.IRangePrecedingPartFunction
- Extension Methods
Properties
And
Separates start and end boundaries in a BETWEEN ... AND ... frame clause.
WindowFunctionBuilder.IBoundaryPart<WindowFunctionBuilder.IDefinedRangeFrameFunction> And { get; }