Method CreateBatchAsync<TProps>(IEnumerable<TProps>, bool)

Assembly: redb.Core.dll

Batch creation of objects with cache preloading
Optimized for creating multiple objects of the same type

public static Task<List<RedbObject<TProps>>> CreateBatchAsync<TProps>(IEnumerable<TProps> properties, bool initializeMetadata) where TProps : class, new()