OData requires [Key] attribute for entities where the primary key property name is not Id (it can't use .HasKey() info in FluentAPI)
Please allow scaffolding to generate Key Attributes if the column is name is not Id or the key is different than the Id property.
OData requires
[Key]attribute for entities where the primary key property name is notId(it can't use.HasKey()info in FluentAPI)Please allow scaffolding to generate Key Attributes if the column is name is not
Idor the key is different than theIdproperty.