Method LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>>, HashSet<long>?, int?)

Assembly: redb.Core.dll

OPTIMIZED Props loading with structure_ids filter and custom depth.

Task LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>> objects, HashSet<long>? projectedStructureIds, int? propsDepth) where TProps : class, new()