var selectCustomer = from c in dbContext.Customer.Include(“Invoice.Product”) where c.Id == id select c
var selectCustomer = from c in dbContext.Customer.Include(“Invoice.Product”) where c.Id == id select c
EvoLve theme by Theme4Press • Powered by WordPress The Blog of Travis Gneiting