|
Net-Framework/ASP_dot_Net-Core/Data-Model/Linq
EF: Determine new ID of a data record
|
03.04.2018 14690
|
Question:
How do
you get the new ID of a record that you attach to a table in SQL Server using
EF Entity Framework?
Solution:
You
create a blank record from the appropriate MVC data model, fill it with new
values and default values
|