Method AddNewObjectsAsync<TProps>(IEnumerable<IRedbObject<TProps>>, IRedbUser)

Assembly: redb.Core.dll

🚀 BULK INSERT with explicit user: Create multiple new objects (WITHOUT permission checks)

public Task<List<long>> AddNewObjectsAsync<TProps>(IEnumerable<IRedbObject<TProps>> objects, IRedbUser user) where TProps : class, new()