Class E163_SqlFunctionNested

Assembly: redb.Examples.dll

Demonstrates nested Sql.Function calls for complex SQL expressions.
Uses SQRT(Salary) > 250 to find employees with Salary > 62,500.
Pro feature: nested arbitrary SQL function calls.

[ExampleMeta("E163", "Sql.Function - Nested", "Query", ExampleTier.Pro, 163, new string[] { "Sql.Function", "SQRT", "Nested" }, RelatedApis = new string[] { "Sql.Function" })]
public class E163_SqlFunctionNested : ExampleBase

Inheritance

ObjectExampleBaseE163_SqlFunctionNested

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)