I'm using EF in my application.
I try to save\insert a new record to a mapping table
and get the following error:
Unable to update the EntitySet 'UsersLimitationToCountry' because it has a DefiningQuery and no <InsertFunction> element exists in the <ModificationFunctionMapping> element to support the current operation.
Should I define it in the edmx myself? How?