Hi,
How would I write the following query in LLBLGen runtime
select a.* from dbo.customersGeoData a
inner join dbo.overlayCustomers b
on a.CustomerID = b.CustomerID
inner join dbo.overlays c
on b.OverlayID = c.OverlayID
and c.OverlayID = '2B6DB4D4-9634-46F0-8DBF-86A80601A9C6'