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