I am using EISK (Employee Info Starter Kit) to develop an application. My entity diagram looks like thisI try to update the application table via this code.
Here\'s my code: <ComboBox Grid.Column=\"1\" Grid.Row=\"9\" ItemsSource=\"{Binding Path=PriorityEntries}\" SelectedItem=\"{Binding Path=Priority,Mode=TwoWay}\"/>