Avatar of bmanmike39
bmanmike39

asked on 

How would I write the following query in Linq?

How would I write this query in Linq to sql

Invoice IVN = eo.Invoices.ToList().Where(x => x.InvoiceNumber == s).First();

Open in new window

C#ASP.NETLINQ QuerySQL

Avatar of undefined
Last Comment
it_saige

8/22/2022 - Mon