المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : C# change linq to sql



C# Programming
08-04-2012, 08:54 AM
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?