RelationalStrings.InvalidMappedFunctionUnmatchedReturn Methode

Definition

Der Entitätstyp '{entityType}' wird der DbFunction mit dem Namen '{functionName}' mit dem Rückgabetyp '{returnType}' zugeordnet. Stellen Sie sicher, dass die zugeordnete Funktion "IQueryable<{clrType}>" zurückgibt.

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

Parameter

entityType
Object
functionName
Object
returnType
Object
clrType
Object

Gibt zurück

Gilt für: