Has anyone sourced a WinForm listview control from a LINQ query yet?
In my legacy code, the datasource for the listview has always been an
ADO.NET DataTable. The DataTable works well because it provides the column
header names associated with the listview's datacolumn headers.
Can the column header information be provided by IQueryable object? Anyone
have some rudimentary sample code showing how to do this?
Thanks,
Dean Slindee
In my legacy code, the datasource for the listview has always been an
ADO.NET DataTable. The DataTable works well because it provides the column
header names associated with the listview's datacolumn headers.
Can the column header information be provided by IQueryable object? Anyone
have some rudimentary sample code showing how to do this?
Thanks,
Dean Slindee