Class E041_DeepNested
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
Inherited Members
Methods
RunAsync(IRedbService)
Run the example and return result.
public override Task<ExampleResult> RunAsync(IRedbService redb)