Interface WindowFunctionBuilder.IOrderedSetWindowPartition<TValue>
- Namespace
- LinqToDB
- Assembly
- linq2db.dll
Optional OVER (PARTITION BY ...) for a windowed single-key ordered-set aggregate, then completes.
public interface WindowFunctionBuilder.IOrderedSetWindowPartition<out TValue> : WindowFunctionBuilder.IPartitionPart<WindowFunctionBuilder.IDefinedFunction<TValue>>, WindowFunctionBuilder.IDefinedFunction<TValue>
Type Parameters
TValue
- Inherited Members
- Extension Methods