You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EntityType: Car
Properties:
Id (int) Required PK AfterSave:Throw ValueGenerated.OnAdd
ColorCode (string)
ColorCode1 (no field, string) Shadow FK Index
Navigations:
Color (Color) ToPrincipal Color
Keys:
Id PK
Foreign keys:
Car {'ColorCode1'} -> Color {'ColorCode'} ToPrincipal: Color ClientSetNull
Indexes:
ColorCode1
The ForeignKey attribute is completely ignored. A ColorCode1 shadow property is introduced instead.
The text was updated successfully, but these errors were encountered:
This code...
...produces this model.
The
ForeignKey
attribute is completely ignored. AColorCode1
shadow property is introduced instead.The text was updated successfully, but these errors were encountered: