RelationalStrings.StoredProcedureUnmapped(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} » a été configuré pour utiliser certaines procédures stockées et n’est mappé à aucune table. Un type d’entité qui n’est pas mappé à une table doit être mappé pour insérer, mettre à jour et supprimer des procédures stockées.
public static string StoredProcedureUnmapped(object? entityType);
static member StoredProcedureUnmapped : obj -> string
Public Shared Function StoredProcedureUnmapped (entityType As Object) As String
Paramètres
- entityType
- Object