次の方法で共有


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

戻り値

適用対象