Поделиться через


RelationalStrings.InvalidMappedFunctionUnmatchedReturn Метод

Определение

Тип сущности "{entityType}" сопоставляется с "DbFunction" с именем "{functionName}" с типом возвращаемого значения "{returnType}". Убедитесь, что сопоставленная функция возвращает 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

Возвращаемое значение

Применяется к