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