Class E040_NestedProperty
Filter employees by nested property.
Find employees who live in London.
[ExampleMeta("E040", "Where - Nested Property", "Query", ExampleTier.Free, 2, new string[] { "Where", "Nested", "Address" })]
public class E040_NestedProperty : ExampleBase
Inheritance
Inherited Members
Methods
RunAsync(IRedbService)
Run the example and return result.
public override Task<ExampleResult> RunAsync(IRedbService redb)