Class E172_StringLength

Assembly: redb.Examples.dll

Demonstrates String.Length property in Where clause.
Server-side: LENGTH() in PostgreSQL, LEN() in MSSQL.
Pro feature: string property access in expressions.

[ExampleMeta("E172", "String.Length Filter", "Query", ExampleTier.Free, 172, new string[] { "String", "Length", "Property" }, RelatedApis = new string[] { "IRedbQueryable.Where", "String.Length" })]
public class E172_StringLength : ExampleBase

Inheritance

ObjectExampleBaseE172_StringLength

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)