RSS
 

Posts Tagged ‘entity framework’

Entity framework – OnDelete = cascade fix

07 Nov

As you probably found out, the EF will not import the SQL Delete rule=Cascade. Deleting your entities manually is not always an easy part because you should use a specific order. Besides, the SQL is the only one which can perform efficient delete operations.

Read the rest of this entry »