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

Assembly: redb.Core.Pro.dll

BULK Props loading with custom depth for nested RedbObject.

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