ianperrin / sqlclrdataaudit

Automatically exported from code.google.com/p/sqlclrdataaudit
0 stars 0 forks source link

Get and store primary key values that aren’t always the first column #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The original code gets the value of the primary key using the following 
method:

Int64 rowId = ((Int64)(insertedRow[0]));

This needs changing

Original issue reported on code.google.com by ianper...@gmail.com on 13 Mar 2007 at 9:24

GoogleCodeExporter commented 9 years ago

Original comment by ianper...@gmail.com on 13 Mar 2007 at 1:01

GoogleCodeExporter commented 9 years ago
Fixed with issue 4

Original comment by ianper...@gmail.com on 13 Mar 2007 at 4:58