CoreStrings.PrimaryKeyAttributeOnDerivedEntity(Object, Object) Método

Definición

El tipo derivado '{derivedType}' no puede tener el atributo [PrimaryKey], ya que las claves principales solo se pueden declarar en el tipo raíz. Mueva el atributo a '{rootType}', o quite '{rootType}' del modelo mediante el atributo [NotMapped] o llamando a 'EntityTypeBuilder.Ignore' en el tipo base de 'OnModelCreating'.

public static string PrimaryKeyAttributeOnDerivedEntity (object? derivedType, object? rootType);
static member PrimaryKeyAttributeOnDerivedEntity : obj * obj -> string
Public Shared Function PrimaryKeyAttributeOnDerivedEntity (derivedType As Object, rootType As Object) As String

Parámetros

derivedType
Object
rootType
Object

Devoluciones

Se aplica a