RelationalStrings.StoredProcedureParameterNotFound 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.
Aucune propriété nommée « {property} » n’a été trouvée sur le type d’entité « {entityType} » correspondant au paramètre de la procédure stockée « {sproc} »
public static string StoredProcedureParameterNotFound(object? property, object? entityType, object? sproc);
static member StoredProcedureParameterNotFound : obj * obj * obj -> string
Public Shared Function StoredProcedureParameterNotFound (property As Object, entityType As Object, sproc As Object) As String
Paramètres
- property
- Object
- entityType
- Object
- sproc
- Object