Derefrence a DataRow??

Aug 19 2005 1:05 PM
I am having trouble with a datarow variable. I want to capture the row before an update and after 
I update it to see what is diffrent(if anything). The problem I am running into is that the variable 
type is refrenced. Even if I move the row I want to work with to a new datarow variable after the 
update both rows look the same. Any suggestions on the best method to use for capturing these 
diffrences? Any suggestions are greatly appreciated.

Thanks in advance

Trent