Share via


CoreOptionsExtension.AsyncSeeder Property

Definition

[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1, 1 })]
public virtual Func<Microsoft.EntityFrameworkCore.DbContext,bool,System.Threading.CancellationToken,System.Threading.Tasks.Task>? AsyncSeeder { get; }
[<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1, 1 })>]
member this.AsyncSeeder : Func<Microsoft.EntityFrameworkCore.DbContext, bool, System.Threading.CancellationToken, System.Threading.Tasks.Task>
Public Overridable ReadOnly Property AsyncSeeder As Func(Of DbContext, Boolean, CancellationToken, Task)

Property Value

Attributes

Applies to