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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -