Class E032_StringContainsIgnoreCase
Filter using case-insensitive String.Contains.
Uses StringComparison.OrdinalIgnoreCase for accent/case agnostic search.
[ExampleMeta("E032", "Where - Contains IgnoreCase", "Query", ExampleTier.Free, 32, new string[] { "Where", "String", "Contains", "IgnoreCase" }, RelatedApis = new string[] { "IRedbQueryable.Where" })]
public class E032_StringContainsIgnoreCase : ExampleBase
Inheritance
Inherited Members
Methods
RunAsync(IRedbService)
Run the example and return result.
public override Task<ExampleResult> RunAsync(IRedbService redb)