tags:

views:

19

answers:

0

Hi, I have a table called currency.Now, the id of this table is a fk in many tables.Now,when I load currency(using linq to sql currency.tolist()), the data of one association is loaded.I don't understand why is it so.I don't want to load data of any association.How can I do this?