Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created March 14, 2021 09:09
var customers = database
.Customers
.AsSplitQuery()
.Include(m => m.Orders)
.ThenInclude(c => c.Products);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment