dc

dc

  • NA
  • 663
  • 0

C# using datacontext object

Aug 3 2012 4:24 PM
In a linq to sql data context object that points to a sql server 2008 r2 database in a C# 2010 application, I want to change the size of a column from varchar(500) to varchar(900). To acoomplish this task, can you tell me what I need to do so the data context object picks up the expanded size?