Dela via


RelationalStrings.InvalidMappedFunctionUnmatchedReturn Method

Definition

The entity type '{entityType}' is mapped to the 'DbFunction' named '{functionName}' with return type '{returnType}'. Ensure that the mapped function returns '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

Parameters

entityType
Object
functionName
Object
returnType
Object
clrType
Object

Returns

Applies to