override delete function in entity framework
- by k0ni
How can i make my own delete method to prevent that the data really gets deleted?
i want to set a datetime field when it gets deleted insted of a normal delete.
i read about overriding the submitchanges function, but i don't get it to work
thanks