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