I have two SQL tables
In table 1 every row have value(string) in System Code column
In table 2 every row have value(int) in Device column which is ID of related Table 1 row.
Now i want to display Table 2 in WPF DataGrid and in Device Column value of System Code from Table 1. Now it's displaying ID of Table 1 row.
How can i do this?