I have this code:
DataRow[] wingsBookingInterfaceRows =_uc090_WingsIntegrationDataSet.WingsBookingInterface.Select("WingsYDossierID =" +refmDossierId);
I need the results of that to overwrite this datatable
_uc090_WingsIntegrationDataSet.WingsBookingInterface
because I need to iterate over the .Rows collection
thanks
Try this out: