CoreStrings.OwnedDerivedType(Object) Method

Definition

The owned entity type '{entityType}' cannot have a base type. See https://aka.ms/efcore-docs-owned for more information.

public static string OwnedDerivedType (object entityType);
public static string OwnedDerivedType (object? entityType);
static member OwnedDerivedType : obj -> string
Public Shared Function OwnedDerivedType (entityType As Object) As String

Parameters

entityType
Object

Returns

Applies to