c# - ADO.NET: convert a DataTable to an array of DataRows -
I am using ADO.NET and C #, and I want to convert a DataTable object to a Datasher array I am What is a great way to do this?
Why would my first question be? Request does not make any sense
The answer is:
Datarao [] rows = myDataTable.Select ();
Comments
Post a Comment