How to change values of column of DataTable and show only in DataGrid not updating actual table of database
问题 I have a column with encrypted name(all other columns are not encrypted) in SQL Database table. And I have to decrypt the column with encrypted name to show in DataGrid to users of my application but the actual table of SQL database should not be changed.(has to remain as encrypted name). I think UpdateCommand works to update the actual table and I have to find an alternative than below UpdateCommand. Or is there alternative way to decrypt only 1 column on DataTable which is not influencing