AsNoTracking() and Include

Use AsNoTracking after you have completed all your query parameters but before you move the data into memory. In this example, you’ll want:

context.MyEntity
    .Include(i=> i.Nav1)
    .Include(i=> i.Nav2)
    .Where(x=> x.Prop1==1)
    .AsNoTracking()
    .FirstOrDefault();

Any child objects of the parent entity will not be tracked.

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)