* Relational Polymorphism - Override MetaProperty assignments for MetaClasses and MetaProxyProperty assignments for MetaProxies.
Revision D:
* A set of methods for [[HowTo:Hard_delete_database_records|hard-deleting objects from the database ]] is now available in the IDataFactory interface:
<syntaxhighlight lang="csharp">
bool HardDeleteRecords(MetaClass mc, DateTime? markedBefore = null);
<headertabs />
== See also ==
* [[HowTo:Hard_delete_database_records]]
[[Category:Server|Version 4.0 (Server)]]
[[Category:Version 4.0|Version 4.0 (Server)]]
[[Category:Version 4.3|Version 4.3.0 (Server)]]