Compartilhar via


RelationalStrings.InvalidMappedFunctionUnmatchedReturn Método

Definição

O tipo de entidade '{entityType}' é mapeado para o 'DbFunction' chamado '{functionName}' com o tipo de retorno '{returnType}'. Verifique se a função mapeada retorna '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

Parâmetros

entityType
Object
functionName
Object
returnType
Object
clrType
Object

Retornos

Aplica-se a