I have table called emp. The table contains three columns empid, ename and salary. I have to store the empid as autogenerated ids, for example: E001, E002, E003. How can I do that using C#?
I have table called emp . The table contains three columns empid , ename
Share
This my answer,