Click or drag to resize

MainDeleteObject Method

Delete marks the DataObject in context. The object will be purged, if parameter purge is true.
Codemethod usage
Designed to be used in a process only (Yes/No)No
Action Object (data object type)

Namespace:  Omada.OE.UtilityCodeAssembly
Assembly:  Omada.OE.UtilityCodeAssembly (in Omada.OE.UtilityCodeAssembly.dll) Version: 15.0.0.0
Syntax
C#
public void DeleteObject(
	CodeMethodInvokeContext context,
	bool purge
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
An invoke context object.
purge
Type: SystemBoolean
If true, the object will also be purged from the database.
See Also