Mikael Eliasson

Results 11 issues of Mikael Eliasson

Right now a call like this: ``` EFBatchOperation.For(db, db.InvoicePayments).Where(x => x.Invoice.OrgNumber == c.OrgNumber).Delete(); ``` Result in exception about a missing alias because the alias is not properly defined when grabbing...

enhancement