Sep 27, 2006 #1 daughtd Programmer Sep 6, 2006 15 US Can someone show me how to insert rows from a datarow array into a datatable? I'm using C#
Sep 27, 2006 #2 ca8msm Programmer May 9, 2002 11,327 GB You can add it to the DataTable by using the DataTable.Rows.Add method and pass it the DataRow. ____________________________________________________________ Need help finding an answer? Try the Search Facility or read FAQ222-2244 on how to get better results. Upvote 0 Downvote
You can add it to the DataTable by using the DataTable.Rows.Add method and pass it the DataRow. ____________________________________________________________ Need help finding an answer? Try the Search Facility or read FAQ222-2244 on how to get better results.