Class E159_NestedMath

Assembly: redb.Examples.dll

Demonstrates nested Math functions with arithmetic in Where clause.
Finds employees with salary close to $80,000 (within $10,000 range).
Pro feature: server-side ABS() with arithmetic expression inside.

[ExampleMeta("E159", "Where - Nested Math", "Query", ExampleTier.Pro, 159, new string[] { "Math", "Nested", "Range" }, RelatedApis = new string[] { "IRedbQueryable.Where", "Math.Abs" })]
public class E159_NestedMath : ExampleBase

Inheritance

ObjectExampleBaseE159_NestedMath

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)