I\'m trying to do something which should be relatively easy, but i just dont know how to construct it.
I have a Generated Entity which I\'d like to override by adding a
Have you tried adding a Condition to the Table Mapping in your model? Right click the entity in your edmx and choose "Table Mapping". Then "Add a condition". Probably a more elegant solution.