Class E185_WhereBool

Assembly: redb.Examples.dll

Demonstrates filtering by conditions that can be simplified.
Shows different ways to filter including combined conditions.

[ExampleMeta("E185", "Where - Combined Conditions", "Query", ExampleTier.Free, 185, new string[] { "Where", "Combined", "Multiple" }, RelatedApis = new string[] { "IRedbQueryable.Where" })]
public class E185_WhereBool : ExampleBase

Inheritance

ObjectExampleBaseE185_WhereBool

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)