Add an column to dataset in .net 1.1

Posted by prince23 on Stack Overflow See other posts from Stack Overflow or by prince23
Published on 2011-01-05T13:36:46Z Indexed on 2011/01/05 13:53 UTC
Read the original article Hit count: 96

Filed under:

hi,

i have dataset(dataset name dsEmp) with an 25 columns , here i need to add an new column with columname as "EndDate" of data type as string

now i need to import all the data from column18 whose datatype is Datetime to the newely created datacolumn "EndDate" once we import all the data from the column 18 to the newcolumn "EndDate" , we should remove the column18

hope my Question is clear,

can any one please help me this.

© Stack Overflow or respective owner

Related posts about c#