because it has a DefiningQuery and no InsertFunction element exists in the ModificationFunctionMapping element
most likly: No primary key defined => EF treats Table as view and generates read only code
I had to remove the DefiningQuery Element in the .edmx File and also I removed the store:
like described here:
No comments:
Post a Comment