In LINQ to SQL it's done through the LoadOptions property on the data context. In EF it's done by a call to Include() in the query itself. James ...
確定! 回上一頁