how do i retrieve primary key value after inserting new column using linq
Hello,
am asking...
is there any way I can retrieve the identity value, of a column after inserting a new database record using linq
i could i achieve this like this using stored procedure:
//insert statement
return @@identity.
how do I achieve thesame with linq
thanks
|