Pagine

sabato 17 aprile 2010

Linq sql - Select di una tabella

var qry = from n in context.Nazionis
select n;

var list = qry.ToList();

Nessun commento:

Posta un commento