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

Popular posts from this blog

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

iphone - Smoothing a rounded stroke in Core Graphics -

c++ - QtQuick: QQmlApplicationEngine failed to load component qrc:/main.qml:23 Invalid attached object assignment -