Condividi tramite


RelationalDatabaseCreator.HasTablesAsync(CancellationToken) Metodo

Definizione

Determina in modo asincrono se il database contiene tabelle. Non viene effettuato alcun tentativo di determinare se le tabelle appartengono al modello corrente o meno.

protected virtual System.Threading.Tasks.Task<bool> HasTablesAsync (System.Threading.CancellationToken cancellationToken = default);
public virtual System.Threading.Tasks.Task<bool> HasTablesAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member HasTablesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
override this.HasTablesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
Protected Overridable Function HasTablesAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Boolean)
Public Overridable Function HasTablesAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Boolean)

Parametri

cancellationToken
CancellationToken

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

Restituisce

Attività che rappresenta l'operazione asincrona. Il risultato dell'attività contiene un valore che indica se nel database sono presenti tabelle.

Implementazioni

Eccezioni

Si applica a