I have flowing scenario:
1) entity in loaded from EF with graph of entities. (STE, 4.3.1)
2) this entity may(or may not) be modified.
3) this entity is send by WCF to server.
4) I would like to make a copy of this entity and save it to DB as new entity.
Problem is that I don't know how to set all entities to Added state.
Any idea how to do this? Thanks.