AsEnumerable is not a memeber of System.Data.DataTable

Hi,

   I am getting error like "AsEnumerable is not a memeber of System.Data.DataTable" when trying to use the below linq

     *tb.AsEnumerable().Where(Function(r) r.Field(Of String)("Modul") = value).CopyToDataTable()

Could some one please help me

Thank You,
Naga Varma

Hi @Naga_Varma

I will link two threads, one will be a solution and another an obligatory warning :slight_smile:

Please be careful :slight_smile: