This saves the root customer POCO in the Customer table, its related PrimaryAddress in the CustomerAddress table and its 2 Orders in the Order table. Querying POCO's with References The Load* API's are used to automatically load a POCO and all it's child references, e.g: var customer ...