class Ens.DTL.SubTransform
extends Ens.DTL.Action
The syntax specifies a data transformation class and the source and target objects to invoke it with
e.g.:
• parameter TAGNAME = "subtransform";
• parameter XMLNAME = "subtransform";
• property Aux
as %String;
The name of the auxiliary value passed to the Transform() method
• property Class
as %String;
The transform class to invoke
• property SourceObj
as %String;
The name of the source object
• property TargetObj
as %String;
The name of the target object
Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.