Difference between revisions of "Version 4.3.0 (Server)"
m |
|||
Line 54: | Line 54: | ||
* Relational Polymorphism - Override MetaProperty assignments for MetaClasses and MetaProxyProperty assignments for MetaProxies. | * Relational Polymorphism - Override MetaProperty assignments for MetaClasses and MetaProxyProperty assignments for MetaProxies. | ||
Revision D: | Revision D: | ||
− | * A set of methods for hard-deleting objects from the database is now available | + | * A set of methods for hard-deleting objects from the database is now available in the IDataFactory interface: |
<syntaxhighlight lang="csharp"> | <syntaxhighlight lang="csharp"> | ||
bool HardDeleteRecords(MetaClass mc, DateTime? markedBefore = null); | bool HardDeleteRecords(MetaClass mc, DateTime? markedBefore = null); |
Revision as of 12:02, 2 January 2023
Version | Release Date |
---|---|
4.0.0.15042 BETA (Revision A) | 2022.11.17 |
4.0.0.15076 BETA (Revision B) | 2022.11.23 |
4.0.0.15218 BETA (Revision C) | 2022.12.14 |
4.0.0.????? BETA (Revision D) | 2023.01.?? |