Class E141_WhereInRedb

Assembly: redb.Examples.dll

Filter by list of base field values.
WHERE o._id IN (...) without JOIN - very fast.

[ExampleMeta("E141", "WhereInRedb - Base Field", "Analytics", ExampleTier.Free, 141, new string[] { "WhereIn", "WhereInRedb", "Base", "Filter" }, RelatedApis = new string[] { "IRedbQueryable.WhereInRedb" })]
public class E141_WhereInRedb : ExampleBase

Inheritance

ObjectExampleBaseE141_WhereInRedb

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)