Class E120_ListItemWhereByValue
Query filtering by ListItem.Value property.
Shows how to filter objects by the Value of a ListItem field.
Requires E114-E118 to run first.
[ExampleMeta("E120", "ListItem - Where by Value", "List", ExampleTier.Free, 120, new string[] { "ListItem", "Where", "Value", "Query" }, RelatedApis = new string[] { "IRedbQueryable.Where", "RedbListItem.Value" })]
public class E120_ListItemWhereByValue : ExampleBase
Inheritance
Inherited Members
Methods
RunAsync(IRedbService)
Run the example and return result.
public override Task<ExampleResult> RunAsync(IRedbService redb)