ListDataTable
Expose SharePoint (WSS 3.0) Lists as DataTables! While the default SPList type can return a DataTable (via SPList.Items.GetDataTable), it's disconnected--no databinding--and can't be used to make updates back to the list. Plus, it doesn't have the right schema when it's empty. ListDataTable solves these problems, effectively giving you a DataTable bound to the list, respecting Inserts, Updates and Deletes.
|