TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Sie Ste
NA
196
186.2k
C# using linq to sql-add column to table
May 28 2013 8:08 PM
In a C# 2008/2010 desktop application, it uses linq to sql to point to a sql server 2008 r2 database.
I was told by the analysis group that a new column will be added in the middle of one of the tables. The table that is being accessed is used in my *.designer.cs file.
With the new column being added to a table, I am assuming that I will need to drag the table off of the designer surface and redrag the table back into the *.designer.cs surface to get the new column. Is this correct? (Note; my current code will not access this new code.)
If this is not correct, can you explain your answer to me?
Also is there a different way of how to add a column to a table that is already in the *.desginer.cs file?
If so, can you tell me how to add the add the extra column in another method?
Reply
Answers (
1
)
Source code examples "Graphics Programming with GDI+"
C# Code to parse a text file and calculate time difference