I have table with several fields, one of them is Id auto-increment/primary field. Is it possible to read new record Id field value after inserting new record using Linq to SQL?
I have table with several fields, one of them is Id auto-increment/primary field. Is
Share
Yes, the Id property will be set automatically when you call
SubmitChanges. Example: