CoreStrings.PrimaryKeyAttributeOnDerivedEntity(Object, Object) Método

Definição

O tipo derivado '{derivedType}' não pode ter o atributo [PrimaryKey], pois as chaves primárias só podem ser declaradas no tipo raiz. Mova o atributo para '{rootType}' ou remova '{rootType}' do modelo usando o atributo [NotMapped] ou chamando 'EntityTypeBuilder.Ignore' no tipo base em '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

Retornos

Aplica-se a