Class E121_ListItemWhereIn

Assembly: redb.Examples.dll

Query filtering by ListItem.Value using WhereIn.
Shows how to filter objects by multiple ListItem values at once.
Requires E114-E118 to run first.

[ExampleMeta("E121", "ListItem - WhereIn by Value", "List", ExampleTier.Free, 121, new string[] { "ListItem", "WhereIn", "Value", "Query" }, RelatedApis = new string[] { "IRedbQueryable.WhereIn", "RedbListItem.Value" })]
public class E121_ListItemWhereIn : ExampleBase

Inheritance

ObjectExampleBaseE121_ListItemWhereIn

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)