Interface IPropsMaterializer
Materializes Props objects from database values.
Implementation-specific: Pro uses PVT values, Open-Source uses JSON from SQL functions.
public interface IPropsMaterializer
Methods
MaterializeManyAsync<TProps>(IReadOnlyList<IRedbObject>, IEnumerable<long>?)
Batch materialize Props for multiple objects.
Task MaterializeManyAsync<TProps>(IReadOnlyList<IRedbObject> objects, IEnumerable<long>? projectedStructureIds = null) where TProps : class, new()