Class E149_SelectProjection
Select projection - load only specific fields instead of full object.
Reduces data transfer and improves performance.
[ExampleMeta("E149", "Select - Projection", "Query", ExampleTier.Free, 149, new string[] { "Select", "Projection", "Performance" }, RelatedApis = new string[] { "IRedbQueryable.Select" })]
public class E149_SelectProjection : ExampleBase
Inheritance
Inherited Members
Methods
RunAsync(IRedbService)
Run the example and return result.
public override Task<ExampleResult> RunAsync(IRedbService redb)