Show / Hide Table of Contents

Class DataSeederExtensions

Inheritance
System.Object
DataSeederExtensions
Namespace: Volo.Abp.Data
Assembly: Volo.Abp.Data.dll
Syntax
public static class DataSeederExtensions : object

Methods

SeedAsync(IDataSeeder, Nullable<Guid>)

Declaration
public static Task SeedAsync(this IDataSeeder seeder, Guid? tenantId = null)
Parameters
Type Name Description
IDataSeeder seeder
System.Nullable<Guid> tenantId
Returns
Type Description
Task
Back to top Powered by Volosoft