June 02, 2012

Unable to update the EntitySet


Error:
Unable to update the EntitySet 'TABLE_NAME' because it has a DefiningQuery and no <InsertFunction> element exists in the <ModificationFunctionMapping> element to support the current operation.


Solution:
You have forgotten to set the PrimeryKey for this Table in DBMS like SQL Server

No comments: