Implementing IValueConverter to get Name from ID
I have a table column called LOCATION_ID. I want to show the LOCATION_NAME
which is located in the LOCATION table instead of the ID.
I am trying to implement IValueConverter but can't figure out how to do
it. I am using WPF with entity framework.
No comments:
Post a Comment