Class E155_StringChain

Assembly: redb.Examples.dll

Demonstrates chaining multiple string functions in Where clause.
Finds employees in departments with long uppercase names.
Pro feature: server-side chained UPPER() + LENGTH() functions.

[ExampleMeta("E155", "Where - String Chain", "Query", ExampleTier.Pro, 155, new string[] { "String", "ToUpper", "Length", "Chain" }, RelatedApis = new string[] { "IRedbQueryable.Where", "String.ToUpper", "String.Length" })]
public class E155_StringChain : ExampleBase

Inheritance

ObjectExampleBaseE155_StringChain

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)