Class E060_DictContainsKey
Query employees using Dictionary.ContainsKey.
Find employees who have a desk phone.
[ExampleMeta("E060", "Dict ContainsKey - Phone Directory", "Query", ExampleTier.Free, 2, new string[] { "Dictionary", "ContainsKey", "Pro" })]
public class E060_DictContainsKey : ExampleBase
Inheritance
Inherited Members
Methods
RunAsync(IRedbService)
Run the example and return result.
public override Task<ExampleResult> RunAsync(IRedbService redb)