I want to integrate a local database into win pho 7 project allready filled with values from manual input.
Therefore I use a wizard to create a local Database in WPF. But the problem is: I can create tables, set their values and fill the tables, but I could not find how to refere columns from different tables.

Is it possible using UI or only possible by coding the datacontext?