Class E123_ListItemArrayAny

Assembly: redb.Examples.dll

Query filtering by ListItem array using Any().
Shows how to filter objects where any element in ListItem array matches condition.
Requires E114-E119 to run first.

[ExampleMeta("E123", "ListItem Array - Any", "List", ExampleTier.Free, 123, new string[] { "ListItem", "Array", "Any", "Query" }, RelatedApis = new string[] { "IRedbQueryable.Where", "List<RedbListItem>.Any" })]
public class E123_ListItemArrayAny : ExampleBase

Inheritance

ObjectExampleBaseE123_ListItemArrayAny

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)