I have a SQL CE database that is out of my control, which has fields in the. Format, complete with a period in the column name. Columns will always be different, so I cannot have a strongly typed data field. I was instructed to display the data of a dynamic table in a DataGrid.
Usually it would be easy to automatically generate columns, and that's cool. A simple example.
However, I am not allowed to do this because "." the character in the column names destroys the binding.
I'm currently trying to add a translation layer to a dataset (you may have to maintain a dictionary with translations into.).
My question is , is there a better way ? I remembered something about the possibility of having a SourceColumnName in a DataTable, but I did not see it. There is an "Inscription", but I can not get attached to it ...
Any thoughts?
Locke source share