markjjordan
Results
1
comments of
markjjordan
I am discovering this same issue... I have the following statement that takes about 5 minutes: ``` investment = db.Investment .Include(e => e.Positions.Select(p => p.Transactions)) //.Include(e => e.Positions.Select(p => p.InvestmentCarry))...