Class E148_WindowOrderByRedb

Assembly: redb.Examples.dll

OrderByRedb in Window Functions - order by base IRedbObject field.
SQL: ORDER BY o._date_create (NO JOIN for order key!)

[ExampleMeta("E148", "Window - OrderByRedb", "Analytics", ExampleTier.Free, 148, new string[] { "OrderByRedb", "Window", "NoJoin" }, RelatedApis = new string[] { "IWindowBuilder.OrderByRedb", "Win.Count", "Frame.Rows" })]
public class E148_WindowOrderByRedb : ExampleBase

Inheritance

ObjectExampleBaseE148_WindowOrderByRedb

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)