RelationalStrings.MappedFunctionNotFound(Object, Object) Метод

Определение

Тип сущности "{entityType}" сопоставляется с DbFunction с именем "{functionName}", но в модели не найдено dbFunction с таким именем. Убедитесь, что сопоставление типов сущностей настроено с помощью имени модели функции в модели.

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

Параметры

entityType
Object
functionName
Object

Возвращаемое значение

Применяется к