Delete the object from the database.
| C# | Visual Basic | Visual C++ |
public void Delete( DOTransaction tObj )
Public Sub Delete ( _ tObj As DOTransaction _ )
public: void Delete( DOTransaction^ tObj )
- tObj (DOTransaction)
- Optional: pass in the transaction object
This item will be able to be saved again if any property is touched after deleting it.
Requires appropriate database constraints to be fulfilled or a DOException will be thrown