Table of Contents

Interface WindowFunctionBuilder.IPartitionPart<TPartitioned>

Namespace
LinqToDB
Assembly
linq2db.dll

Provides the PARTITION BY clause.

public interface WindowFunctionBuilder.IPartitionPart<out TPartitioned> where TPartitioned : class

Type Parameters

TPartitioned
Extension Methods

Methods

PartitionBy(params object?[])

Adds a PARTITION BY clause with one or more partition expressions.

TPartitioned PartitionBy(params object?[] partitionBy)

Parameters

partitionBy object[]

Returns

TPartitioned