Class E171_ScalarPlusArray

Assembly: redb.Examples.dll

Demonstrates combining scalar field filter with array Contains filter.
Finds senior developers (Age > 30) who have specific skills.
Pro feature: mixed scalar and array expressions in single query.

[ExampleMeta("E171", "Scalar + Array Combined", "Query", ExampleTier.Free, 171, new string[] { "Array", "Scalar", "Combined" }, RelatedApis = new string[] { "IRedbQueryable.Where", "Array.Contains" })]
public class E171_ScalarPlusArray : ExampleBase

Inheritance

ObjectExampleBaseE171_ScalarPlusArray

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)