BizBlox
Delete Method (tObj)
Namespacespixolut.BizBloxDataObjectDelete(DOTransaction)
BizBlox
Delete the object from the database.
Declaration Syntax
C#Visual BasicVisual C++
public void Delete(
	DOTransaction tObj
)
Public Sub Delete ( _
	tObj As DOTransaction _
)
public:
void Delete(
	DOTransaction^ tObj
)
Parameters
tObj (DOTransaction)
Optional: pass in the transaction object
Remarks
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

Assembly: pixolut.BizBlox (Module: pixolut.BizBlox) Version: 1.8.5.0