代码改变世界

阅读排行榜

the detach mechanism of linq

2012-03-15 10:28 by slye, 84 阅读, 收藏,
摘要: The table that were used in linq to sql , some tables may contain some foreigh key , the object for this talbe that linq produce in the .net will contain the property of parent object which foreigh key point to . when load data from this table . it will load the parent data if we use the parent obje 阅读全文