RelationalStrings.MappedFunctionNotFound(Object, Object) 方法

定义

实体类型“{entityType}”映射到名为“{functionName}”的 DbFunction,但在模型中找不到具有该名称的 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

返回

适用于