0
votes
votes
0 answers
C# Refreshing a datatable after database changes
In a C# windows application I have created a Data source for tables in a SQL Server database. However, after some development, I have to add a column to one of the tables. How do I "refresh" the datatable associated with that tab ...
