共用方式為


RelationalStrings.InvalidMappedFunctionUnmatchedReturn 方法

定義

實體類型 '{entityType}' 會對應至名為 '{functionName}' 且傳回類型為 '{returnType}' 的 '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

傳回

適用於