Condividi tramite


RelationalStrings.MappedFunctionNotFound(Object, Object) Metodo

Definizione

Il tipo di entità '{entityType}' viene mappato al dbFunction denominato '{functionName}', ma non è stato trovato alcun oggetto DbFunction con tale nome nel modello. Assicurarsi che il mapping dei tipi di entità sia configurato usando il nome del modello di una funzione nel modello.

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

Parametri

entityType
Object
functionName
Object

Restituisce

Si applica a