IDatabaseCreator.EnsureCreated Metodo

Definizione

Assicura che il database per il contesto esista. Se esiste, non viene eseguita alcuna azione. Se non esiste, il database e tutti i relativi schemi vengono creati. Se il database esiste, non viene effettuato alcun sforzo per assicurarsi che sia compatibile con il modello per questo contesto.

public bool EnsureCreated ();
abstract member EnsureCreated : unit -> bool
Public Function EnsureCreated () As Boolean

Restituisce

true se il database viene creato, false se è già presente.

Si applica a