Class E030_StringContains

Assembly: redb.Examples.dll

Filter employees using String.Contains.
Find employees whose last name contains "Smith".

[ExampleMeta("E030", "Where - String Contains", "Query", ExampleTier.Free, 1, new string[] { "Where", "String", "Contains" })]
public class E030_StringContains : ExampleBase

Inheritance

ObjectExampleBaseE030_StringContains

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)