Torna al Thread

using (monitorEntities ent = new monitorEntities()) { List<articoli_ricerca_oggi> LAO = (from c in ent.articoli_ricerca_oggi where c.ricerca_eseguita == r.ricerca && c.interessante == true orderby c.prezzo_totale ascending select c).ToList(); listBoxRisRicerche.ItemsSource = LAO; }
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5