Class E161_SqlFunctionCoalesce
Demonstrates Sql.Function for calling custom SQL functions.
Uses COALESCE to safely handle potentially NULL values in comparisons.
Pro feature: arbitrary SQL function calls via Sql.Function<T>().
[ExampleMeta("E161", "Sql.Function - COALESCE", "Query", ExampleTier.Pro, 161, new string[] { "Sql.Function", "COALESCE", "NULL" }, RelatedApis = new string[] { "Sql.Function" })]
public class E161_SqlFunctionCoalesce : ExampleBase
Inheritance
Inherited Members
Methods
RunAsync(IRedbService)
Run the example and return result.
public override Task<ExampleResult> RunAsync(IRedbService redb)