Class E062_DictNestedClass

Assembly: redb.Examples.dll

Query employees using Dict indexer with nested class (Pro).
Find employees whose HQ office is in specific city.

[ExampleMeta("E062", "Dict - Nested Class Property", "Query", ExampleTier.Free, 3, new string[] { "Dictionary", "Nested", "Class", "Pro" })]
public class E062_DictNestedClass : ExampleBase

Inheritance

ObjectExampleBaseE062_DictNestedClass

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)