Class DataSeederExtensions
Inheritance
DataSeederExtensions
Assembly: Volo.Abp.Data.dll
Syntax
public static class DataSeederExtensions
Fields
SeedInSeparateUow
Declaration
public const string SeedInSeparateUow = "__SeedInSeparateUow"
Field Value
SeedInSeparateUowOptions
Declaration
public const string SeedInSeparateUowOptions = "__SeedInSeparateUowOptions"
Field Value
SeedInSeparateUowRequiresNew
Declaration
public const string SeedInSeparateUowRequiresNew = "__SeedInSeparateUowRequiresNew"
Field Value
Methods
SeedAsync(IDataSeeder, Guid?)
Declaration
public static Task SeedAsync(this IDataSeeder seeder, Guid? tenantId = null)
Parameters
Returns
SeedInSeparateUowAsync(IDataSeeder, Guid?, AbpUnitOfWorkOptions?, bool)
Declaration
public static Task SeedInSeparateUowAsync(this IDataSeeder seeder, Guid? tenantId = null, AbpUnitOfWorkOptions? options = null, bool requiresNew = false)
Parameters
Returns