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

返回

适用于