Dela via


RelationalStrings.InvalidMappedFunctionDerivedType Method

Definition

The entity type '{entityType}' is mapped to the 'DbFunction' named '{functionName}', but is derived from '{baseEntityType}'. Derived entity types cannot be mapped to a function.

public static string InvalidMappedFunctionDerivedType (object entityType, object functionName, object baseEntityType);
public static string InvalidMappedFunctionDerivedType (object? entityType, object? functionName, object? baseEntityType);
static member InvalidMappedFunctionDerivedType : obj * obj * obj -> string
Public Shared Function InvalidMappedFunctionDerivedType (entityType As Object, functionName As Object, baseEntityType As Object) As String

Parameters

entityType
Object
functionName
Object
baseEntityType
Object

Returns

Applies to