Interface WindowFunctionBuilder.IDefinedRangeFrameFunction
- Namespace
- LinqToDB
- Assembly
- linq2db.dll
Provides optional frame exclusion after the frame boundary specification.
public interface WindowFunctionBuilder.IDefinedRangeFrameFunction : WindowFunctionBuilder.IDefinedFunction
- Extension Methods
Methods
ExcludeCurrentRow()
Adds EXCLUDE CURRENT ROW to the frame clause. May not be supported by all providers.
WindowFunctionBuilder.IDefinedFunction ExcludeCurrentRow()
Returns
ExcludeGroup()
Adds EXCLUDE GROUP to the frame clause. May not be supported by all providers.
WindowFunctionBuilder.IDefinedFunction ExcludeGroup()
Returns
ExcludeTies()
Adds EXCLUDE TIES to the frame clause. May not be supported by all providers.
WindowFunctionBuilder.IDefinedFunction ExcludeTies()