The customer database contains a table that is no more used. DbUpdater deletes it?
Yes and no. Entity and record deletion are the most sensitive operations because they can remove from database information owned by the customer. On the other hand, if the original database does not handle anymore a table this means that its content is no more useful. Deletion policy is defined by a set of options that must be careful set up. The “TDeletePolicy” class allows to define all these behaviour by means of a list of properties.