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
The name is something like dbo. and it throws an exeption.
To reproduce the behavior create 2 entities with a relationship then delete the relationship property.
I have this problem too. The name of the foreign key is always wrong. Is this going to be fixed?
The name is "FK_dbo.Table1_dbo.Table2_ColumnName" instead of "FK_Table1_Table2_ColumnName".
The name is something like dbo. and it throws an exeption.
To reproduce the behavior create 2 entities with a relationship then delete the relationship property.
Sample initializer
The text was updated successfully, but these errors were encountered: