Hi i am inserting a row of data into a table through nhibernate, how to get the Id(auto number)of the last inserted row? please help me...

link|improve this question
feedback

1 Answer

Nhibernate do it automatically. If you put in mapping of entity Id generator="native" and set name of required property

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.