g_ETLPipelineSteps_DeleteCommand
DeleteCommand
Use the Delete Object command to delete an object from the data that you are processing.
Properties
caption : stringString identifier for caption display in the UI.
class : stringThe 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 : stringA description for this Delete Object command. This text is displayed as an element note in the ETL diagram.
eventless : booleanTrue (default) to disable event firing for the instances that are deleted.
input : stringThe name of the cursor that the command will access to receive its data.
layout : stringThis 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 : stringThe cursor name. This name is diplayed on the ETL diagram.
pessimistic : booleanTrue (default) to enable pessimistic locking for the instances that are deleted.
Prevents optimistic lock exceptions when deleting non-existing instances.
Parents
g_ETLActivitySteps_ETLPipeline - Pipelines gather and group cursors and commands together into related units, becoming the defining blocks of your ETL activities.
Parent topic: g_ETLActivitySteps_ETLPipeline