J
John Grandy
for a SqlCommand that corresponds to a SQL Server Stored Procedure that
inserts a row and uses RETURN to assign @@IDENTITY to the SP's return value
....
after performing
SqlCommand.ExecuteNonQuery()
how to retrieve the RETURN value ?
inserts a row and uses RETURN to assign @@IDENTITY to the SP's return value
....
after performing
SqlCommand.ExecuteNonQuery()
how to retrieve the RETURN value ?