.Net DataView and DataTable Binding
问题 I have a simple Windows Forms application which binds a DataView to a ListBox. This DataView uses Linq to sort my DataTable by a specific column descending. My ListBox is then bound to the DataView. I then have a simple form to add data to the DataTable. When I add a DataRow to the DataTable it displays in the ListBox. I'm curious as to whats going on behind the scenes... I've read: A DataView object is a customized view of a single data table that may be filtered or sorted. A data view is