G
Gilbert Tordeur
Hello.
I work with a SQL table whose primary key is an automatic counter. When I
insert a new record with a stored procedure I can retrieve the value of its
primary key by looking at @@IDENTITY.
But if I use Linq and no stored procedure to insert a record, how can I get
this information ?
Thank you,
Gilbert
I work with a SQL table whose primary key is an automatic counter. When I
insert a new record with a stored procedure I can retrieve the value of its
primary key by looking at @@IDENTITY.
But if I use Linq and no stored procedure to insert a record, how can I get
this information ?
Thank you,
Gilbert