How can I delete a column of a Dataset?
Is there a method that will do this for me like this:
rh.dsDetail = ds.Tables[0].Columns.Remove(
Or maybe like this:
rh.dsDetail = ds.Tables[0].Columns.Remove( ds.Tables[0].Columns[1],ds.Tables[0].Columns[2])