Creating a computed property with Entity Framework 6
问题 I am using Database First approach and I have created model from a database. Now I have a datagrid view in my Winforms app, that is bound to a binding source. And all that works fine (an appropriate data is shown in datagrid view). Now the problem is, how to add a computed property that consists of two values (already found in db) ? For an example: Lets say that I have a table user (id, username, first_name, last_name, user_type) but I want to have different columns in my bound datagrid view