RelationalStrings.ReadonlyEntitySaved(Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Le type d’entité « {entityType} » n’étant pas mappé à une table, les entités ne peuvent pas être conservées dans la base de données. Appelez « ToTable » dans « OnModelCreating » pour le mapper à une table.
public static string ReadonlyEntitySaved(object entityType);
public static string ReadonlyEntitySaved(object? entityType);
static member ReadonlyEntitySaved : obj -> string
Public Shared Function ReadonlyEntitySaved (entityType As Object) As String
Paramètres
- entityType
- Object