Sdílet prostřednictvím


RelationalStrings.MappedFunctionNotFound(Object, Object) Metoda

Definice

Typ entity {entityType} je mapován na funkci DbFunction s názvem {functionName}, ale v modelu nebyla nalezena žádná funkce DbFunction s tímto názvem. Ujistěte se, že je mapování typu entity nakonfigurované pomocí názvu modelu funkce v modelu.

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

Parametry

entityType
Object
functionName
Object

Návraty

Platí pro