Condividi tramite


RelationalDatabaseCreator.CreateTablesAsync(CancellationToken) Metodo

Definizione

Crea in modo asincrono tutte le tabelle per il modello corrente nel database. Non viene effettuato alcun tentativo di aggiornare in modo incrementale lo schema. Si presuppone che nessuna delle tabelle esista nel database.

public virtual System.Threading.Tasks.Task CreateTablesAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member CreateTablesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.CreateTablesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function CreateTablesAsync (Optional cancellationToken As CancellationToken = Nothing) As Task

Parametri

cancellationToken
CancellationToken

Oggetto CancellationToken da osservare durante l'attesa del completamento dell'attività.

Restituisce

Attività che rappresenta l'operazione asincrona.

Implementazioni

Eccezioni

Si applica a