i have generated the views (Create, Edit, Index, Details) for a table using LINQ to SQL.
My question is:
Once the views are created in Visual Studio using "Add, View", they dont change when i update the database (using Server Explorer) and the LINQ to SQL code.
Is there anyway to "Refresh" the view code, or do i just have to delete the existing ones and create new ones?