LLBLGEN 3.0
.net framework 2.0
C# windows application
Oracle 9i/10g
Let us say I have a table as follows
EMPLOYEE_ID [PK SEQUENCE]
EMPLOYEENAME
I am inserting data using saveentity which works fine. Now after save entity is executed, i need the get the PK value for record inserted by the user for purpose of printing.
Hence, I would like to know how can i retrieve the PK value inserted by respective user after saveentity.