Partager via


RelationalStrings.MappedFunctionNotFound(Object, Object) Méthode

Définition

Le type d’entité « {entityType} » est mappé à la DbFunction nommée « {functionName} », mais aucune DbFunction portant ce nom n’a été trouvée dans le modèle. Vérifiez que le mappage de type d’entité est configuré à l’aide du nom de modèle d’une fonction dans le modèle.

public static string MappedFunctionNotFound (object entityType, object functionName);
public static string MappedFunctionNotFound (object? entityType, object? functionName);
static member MappedFunctionNotFound : obj * obj -> string
Public Shared Function MappedFunctionNotFound (entityType As Object, functionName As Object) As String

Paramètres

entityType
Object
functionName
Object

Retours

S’applique à