sql to linq translated code
- by ognjenb
SQL:
SELECT
o.Id,
o.OrderNumber,
o.Date,
d.Name AS 'Distributor', d.Notes AS 'DistrNotes', -- distributer
c.Name AS 'Custoer', c.Notes AS 'CustmNotes', -- customer
t.Name AS 'Transporter', -- transporter
o.InvoiceFile,
o.Notes,
o.AwbFile,
o.TrackingFile,
o.Status,
o.DeliveryNotification,
o.ServiceType,
…