Is it possible in Entity Framework to run a statement stuch as:
var test = Context.Invoices.AsExpandable().Where(a => a.InvoiceID == invoiceID).Select(a =&