Type to start searching...

DeleteCommand

Use the Delete Object command to delete an object from the data that you are processing.

Properties
caption : string

String identifier for caption display in the UI.

class : string

The class type from which to delete the data.

Example


If you want to use the data to delete an instance of the Person class, specify "Person".

description : string

A description for this Delete Object command. This text is displayed as an element note in the ETL diagram.

eventless : boolean

True (default) to disable event firing for the instances that are deleted.

input : string

The name of the cursor that the command will access to receive its data.

layout : string

This attribute captures the UI layout information for rendering the model in the editor. The values change as users moves the element in the editor.

name : string

The cursor name. This name is diplayed on the ETL diagram.

pessimistic : boolean

True (default) to enable pessimistic locking for the instances that are deleted.

Prevents optimistic lock exceptions when deleting non-existing instances.
Parents
  • ETLPipeline - Pipelines gather and group cursors and commands together into related units, becoming the defining blocks of your ETL activities.