Как изменить тип данных списка & lt;таблицы> в ASP.NET
How to change the datatype of a list in asp.net while already having data in. I have an int field that has to be typeof(string) i want convert datatype high speed without change design in database this is my code : <pre lang="C#">var DT = db.dehagh_datas.Where(x => x.DateTime > DateTime.Parse(dteStart.Text) && x.DateTime < DateTime.Parse(dteEnd.Text)).ToList();
в строк ДТ я хочу изменить атрибута fieldtype Т2 из String в int
пожалуйста помочь
что касается yarian
Что я уже пробовал:
Как изменить тип данных списка
У меня есть поле int, которое должно быть typeof(string)