Using linq to query a datatable returns the following error: CS0117: \'DataSet1.map DataTable\' does not contain a definition for \'AsEnumerable\'
Project include
Try this code :
DataSet1.mapDataTable.Select().AsEnumerable()