P
Patrick
Hi,
I am using SQL Views to populate my entities via the Entity Framework.
I now want to be able to save changes to my entities. However, I get the
following exception
Unable to update the EntitySet 'InvoiceItem' because it has a DefiningQuery
and no <UpdateFunction> element exists in the <ModificationFunctionMapping>
element to support the current operation.
Is there a way to use my sql view to save my entity?
Thanks heaps
I am using SQL Views to populate my entities via the Entity Framework.
I now want to be able to save changes to my entities. However, I get the
following exception
Unable to update the EntitySet 'InvoiceItem' because it has a DefiningQuery
and no <UpdateFunction> element exists in the <ModificationFunctionMapping>
element to support the current operation.
Is there a way to use my sql view to save my entity?
Thanks heaps