Class E122_ListItemDirectCompare
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
Inherited Members
Methods
RunAsync(IRedbService)
Run the example and return result.
public override Task<ExampleResult> RunAsync(IRedbService redb)