Hi Marco,
here is my suggestion for your problem. It should go like this...
Code:
<bag name="OutletList" table="Outlet" lazy="false" access="field.pascalcase-m-underscore">
<key column="CountryID"/>
<one-to-many class="BS.SCP.Data.Outlet, BS.SCP.Data"/>
</bag>
This assumes that the value of the column "CountryID" in table "Outlet" is equvivalent to the primary key value of the table "Country". Now it's a true PK->FK relationship. That means you will get all outlets to a selected country.
Greetings,
Chavez