Interface WindowFunctionBuilder.IUseWindow<TWithWindowPart>
- Namespace
- LinqToDB
- Assembly
- linq2db.dll
Provides the ability to reference a predefined window definition.
public interface WindowFunctionBuilder.IUseWindow<TWithWindowPart>
Type Parameters
TWithWindowPart
- Extension Methods
Methods
UseWindow(IDefinedWindow)
References a window definition created by DefineWindow(IWindowFunction, Func<IWindowBuilder, IDefinedFunction>). Allows sharing a single window specification across multiple function calls.
TWithWindowPart UseWindow(WindowFunctionBuilder.IDefinedWindow window)
Parameters
Returns
- TWithWindowPart