Table of Contents

Interface WindowFunctionBuilder.IFromPart<TNext>

Namespace
LinqToDB
Assembly
linq2db.dll

Provides the FROM FIRST / FROM LAST modifier for NTH_VALUE.

public interface WindowFunctionBuilder.IFromPart<out TNext> where TNext : class

Type Parameters

TNext
Extension Methods

Methods

FromFirst()

Adds FROM FIRST — counts position from the first row of the frame. The SQL default; emits nothing.

TNext FromFirst()

Returns

TNext

FromLast()

Adds FROM LAST — counts position from the last row of the frame. Not supported by every provider.

TNext FromLast()

Returns

TNext