I have a table structure something like this
table Employees EmployeeID EmployeeLogin EmployeeCustID table Customers CustomerID CustomerName
I don't know if it is possible with fluent, but in xml you use the join element:
simplified:
See this post by Ayende