共用方式為


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

傳回

適用於