Hi Lucius,
Regarding on this issue, are you wantting to find a way to effeciently
import the Rows(get from remote webservice) into the custom DataTable?
Based on my understanding, the .NET 2.0 DataTable class provide several
means for us to copy or import rows into it:
** Use ImportRow to import rows from another table
** You can use DataTable.Load method to load data from a IDataReader
object, which can be created through DataTable.CreateDataReader
Also when load data into datatable, you should call BeginLoadData,
EndLoadData so as to turn off event notification(improve performance).
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.
Steven Cheng[MSFT] - 10 Jul 2007 16:23 GMT
Hi Lucius,
Does my last reply helps you some? If you still have any questions, please
feel free to post here.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.