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?
+1
A:
The primary key will be set on the entity as soon as its saved.
Mattias Jakobsson
2010-03-24 21:18:02
Thank you Mattias. You are correct.
JkenshinN
2010-03-24 21:36:09