DataTable does not contain definition for AsEnumerable
Using linq to query a datatable returns the following error: CS0117: ‘DataSet1.map DataTable’ does not contain a definition for ‘AsEnumerable’
Using linq to query a datatable returns the following error: CS0117: ‘DataSet1.map DataTable’ does not contain a definition for ‘AsEnumerable’
hi how i can filter a datatable with linq to datatable?
I have a DropDownList and there I can select the value of the Modul Column. Now I want to filter the DataTable with this Modul Column.