Class E041_DeepNested

Assembly: redb.Examples.dll

Filter employees by deeply nested property.
Find employees on high floors in their home building.

[ExampleMeta("E041", "Where - Deep Nested Property", "Query", ExampleTier.Pro, 2, new string[] { "Where", "Nested", "Building" })]
public class E041_DeepNested : ExampleBase

Inheritance

ObjectExampleBaseE041_DeepNested

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)