Class E154_StringTrim
Demonstrates Trim() function in Where clause to filter out empty or whitespace-only values.
Finds employees with meaningful first names (not empty after trimming).
Pro feature: server-side TRIM() function.
[ExampleMeta("E154", "Where - String Trim", "Query", ExampleTier.Pro, 154, new string[] { "String", "Trim", "Validation" }, RelatedApis = new string[] { "IRedbQueryable.Where", "String.Trim" })]
public class E154_StringTrim : ExampleBase
Inheritance
Inherited Members
Methods
RunAsync(IRedbService)
Run the example and return result.
public override Task<ExampleResult> RunAsync(IRedbService redb)