vote up 0 vote down star

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...

flag

1 Answer

vote up 1 vote down

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

link|flag

Your Answer

Get an OpenID
or

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