[sourcecode language=”vb.net”]
var selectCustomer = from c in dbContext.Customer.Include(“Invoice.Product”)
where c.Id == id
select c[/sourcecode]
[sourcecode language=”vb.net”]
var selectCustomer = from c in dbContext.Customer.Include(“Invoice.Product”)
where c.Id == id
select c[/sourcecode]