Sep 27, 2006 #1 daughtd Programmer Joined Sep 6, 2006 Messages 15 Location 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 Joined May 9, 2002 Messages 11,327 Location 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.