Class E122_ListItemDirectCompare

Assembly: redb.Examples.dll

Query filtering by direct ListItem comparison.
Shows how to compare ListItem field with a ListItem instance directly.
Requires E114-E118 to run first.

[ExampleMeta("E122", "ListItem - Direct Compare", "List", ExampleTier.Free, 122, new string[] { "ListItem", "Where", "Compare", "Query" }, RelatedApis = new string[] { "IRedbQueryable.Where", "RedbListItem" })]
public class E122_ListItemDirectCompare : ExampleBase

Inheritance

ObjectExampleBaseE122_ListItemDirectCompare

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)