I add a field in a table in the designer of EF in VS 2010 and this field is a computed field and it is not a physical field of the database.
This field is the result of multiply the values of two fields of the same table.
How I can make the mappings at this field
Thanks in advance
Entusiast programmer