Hi,
The Visual Studio Linq for SQL designer is not supporting refreshing tables and column information from the database.
For example,I have created LINQ to SQL classes that are mapped to database tables by dragging tables from Server Explorer onto the O/R Designer.
I dragged a table named emp onto the O/R designer.
Now,if add a new column in emp table in database,and if I refresh O/R designer,
the added column is not effected on the table in O/R designer.
If I remove the table and again if I drag the emp table from Server Explorer onto O/R designer,I can see the added column now.
Without removing table and adding again,
Is there any way to refresh the designer.
Please help me regarding this.
Thanks,
Silpa
The Visual Studio Linq for SQL designer is not supporting refreshing tables and column information from the database.
For example,I have created LINQ to SQL classes that are mapped to database tables by dragging tables from Server Explorer onto the O/R Designer.
I dragged a table named emp onto the O/R designer.
Now,if add a new column in emp table in database,and if I refresh O/R designer,
the added column is not effected on the table in O/R designer.
If I remove the table and again if I drag the emp table from Server Explorer onto O/R designer,I can see the added column now.
Without removing table and adding again,
Is there any way to refresh the designer.
Please help me regarding this.
Thanks,
Silpa
Comment