-
-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
I have a class with PrimaryKey attribute for a composite key.
I see in the documentation that composite keys should work with multiple Key
and Order
attributes.
Primary key on multiple columns, annotated by the [Key, Column(Order = X)]
attributes
Only then I got the following error when running my app:
The entity type '{Entity Here}' has multiple properties with the [Key] attribute. Composite primary keys configured by placing the [PrimaryKey] attribute on the entity type class, or by using 'HasKey' in 'OnModelCreating'.
Any change to add the PrimaryKey
support?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels