Method MaterializeManyAsync<TProps>(IReadOnlyList<IRedbObject>, IEnumerable<long>?)

Assembly: redb.Core.dll

Batch materialize Props for multiple objects.
Loads values from database and populates Props property on each object.

Task MaterializeManyAsync<TProps>(IReadOnlyList<IRedbObject> objects, IEnumerable<long>? projectedStructureIds = null) where TProps : class, new()