CoreStrings.NotAssignableClrBaseType(Object, Object, Object, Object) Method

Definition

The entity type '{entityType}' cannot inherit from '{baseEntityType}' because '{clrType}' is not a descendant of '{baseClrType}'.

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

Parameters

entityType
Object
baseEntityType
Object
clrType
Object
baseClrType
Object

Returns

Applies to