entity framework 4 - How preserve Entityframework SSDL changes? -


how can preserve ssdl changes? each time open entity framework model designer overrides , remove casacade delete attribute added ssdl manually many many relations. using entity framework 4.0 , model first approach.

you can't. that's "feature" of designer.

but designer recognize , support cascades if they're in database. they?


Comments

Popular posts from this blog

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -