Modify values on-the-fly during SqlAdapter.Fill( )
- by Timothy
What would the proper way be to modify values on the fly as they are loaded into a DataTable by SqlAdapter.Fill()?
I have globalized my application's log messages. An integer indicating the event type and serialized data relevant to the event is stored in the database as show below. When I display the logged events through a DataGridView control…