Class E040_NestedProperty

Assembly: redb.Examples.dll

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

ObjectExampleBaseE040_NestedProperty

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)