Linq To Entities
This has probably been answer already but I am trying to return the primary key after inserting a record to the database. Does anyone know how this is accomplish after the record开发者_高级运维 has been created?
The primary key will be set on the entity as soon as its saved.
精彩评论