Browse Source

Update docs/en/Data-Seeding.md

Co-authored-by: Halil İbrahim Kalkan <hi_kalkan@yahoo.com>
pull/14334/head
maliming 4 years ago
committed by GitHub
parent
commit
7a5020f9f1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/Data-Seeding.md

2
docs/en/Data-Seeding.md

@ -135,7 +135,7 @@ If a module needs to a parameter, it should be declared on the [module documenta
The default seed will be in a unit of work and may use transactions. If there are multiple `IDataSeedContributor` or too much data written, it may cause a database timeout error.
We provide an extension method of `SeedInSeparateUowAsync` to create a separate unit of work for each `IDataSeedContributor`.
We provide an extension method of `SeedInSeparateUowAsync` for the `IDataSeeder` service to create a separate unit of work for each `IDataSeedContributor`.
````csharp
public static Task SeedInSeparateUowAsync(this IDataSeeder seeder, Guid? tenantId = null, AbpUnitOfWorkOptions options = null, bool requiresNew = false)

Loading…
Cancel
Save