Freigeben über


RelationalStrings.MappedFunctionNotFound(Object, Object) Methode

Definition

Der Entitätstyp '{entityType}' ist der DbFunction mit dem Namen '{functionName}' zugeordnet, aber es wurde keine DbFunction mit diesem Namen im Modell gefunden. Stellen Sie sicher, dass die Entitätstypzuordnung mithilfe des Modellnamens einer Funktion im Modell konfiguriert ist.

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

Parameter

entityType
Object
functionName
Object

Gibt zurück

Gilt für: