Hey Guys,
Can you please help me on below query how to convert this to Linq
Select * from billing.Header
LEFT JOIN Billing.RangeDetails BD ON BD.HeaderId = H.ID AND Id.Quantity between BD.MinQty and Isnull(BD.MaxQty,Id.Quantity)
Thanks
Sekhar G
Hey Guys,
Can you please help me on below query how to convert this to Linq
Select * from billing.Header
LEFT JOIN Billing.RangeDetails BD ON BD.HeaderId = H.ID AND Id.Quantity between BD.MinQty and Isnull(BD.MaxQty,Id.Quantity)
Thanks
Sekhar G