Table of Contents

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

WindowFunctionBuilder.IDefinedFunction

ExcludeGroup()

Adds EXCLUDE GROUP to the frame clause. May not be supported by all providers.

WindowFunctionBuilder.IDefinedFunction ExcludeGroup()

Returns

WindowFunctionBuilder.IDefinedFunction

ExcludeTies()

Adds EXCLUDE TIES to the frame clause. May not be supported by all providers.

WindowFunctionBuilder.IDefinedFunction ExcludeTies()

Returns

WindowFunctionBuilder.IDefinedFunction