次の方法で共有


RelationalStrings.InvalidMappedFunctionUnmatchedReturn メソッド

定義

エンティティ型 '{entityType}' は、戻り値の型 '{returnType}' を持つ '{functionName}' という名前の 'DbFunction' にマップされます。 マップされた関数が 'IQueryable<{clrType}' を>返していることを確認します。

public static string InvalidMappedFunctionUnmatchedReturn (object entityType, object functionName, object returnType, object clrType);
public static string InvalidMappedFunctionUnmatchedReturn (object? entityType, object? functionName, object? returnType, object? clrType);
static member InvalidMappedFunctionUnmatchedReturn : obj * obj * obj * obj -> string
Public Shared Function InvalidMappedFunctionUnmatchedReturn (entityType As Object, functionName As Object, returnType As Object, clrType As Object) As String

パラメーター

entityType
Object
functionName
Object
returnType
Object
clrType
Object

戻り値

適用対象