Get value from Identity column back after inserting row with SubSonic ActiveRecord method
Posted
by mikedevenney
on Stack Overflow
See other posts from Stack Overflow
or by mikedevenney
Published on 2010-05-21T16:28:24Z
Indexed on
2010/05/21
16:30 UTC
Read the original article
Hit count: 379
subsonic3
|identity-column
I'm sure I'm missing the obvious answer here, but could use a hand. I'm new to SubSonic and using version 3. I've got myself to the point of being able to query and insert, but I'm stuck with how I would get the value of the identity column back after my insert. I saw another post that mentioned Linq Templates. I'm not using those (at least I don't think I am...?)
TIA
© Stack Overflow or respective owner