Class E060_DictContainsKey

Assembly: redb.Examples.dll

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

ObjectExampleBaseE060_DictContainsKey

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)