Class E031_StringStartsWith

Assembly: redb.Examples.dll

Filter employees using String.StartsWith.
Find employees whose first name starts with "John".

[ExampleMeta("E031", "Where - String StartsWith", "Query", ExampleTier.Free, 1, new string[] { "Where", "String", "StartsWith" })]
public class E031_StringStartsWith : ExampleBase

Inheritance

ObjectExampleBaseE031_StringStartsWith

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)