RelationalStrings.StoredProcedureResultColumnNotFound 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 à la colonne de résultat sur la procédure stockée « {sproc} »
public static string StoredProcedureResultColumnNotFound(object? property, object? entityType, object? sproc);
static member StoredProcedureResultColumnNotFound : obj * obj * obj -> string
Public Shared Function StoredProcedureResultColumnNotFound (property As Object, entityType As Object, sproc As Object) As String
Paramètres
- property
- Object
- entityType
- Object
- sproc
- Object