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

Assembly: redb.Core.Pro.dll

OPTIMIZED Props loading with structure_ids filter and custom depth.

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