PDIObject.Clone Method

This must be overridden to allow cloning of a PDI object

Definition

Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
public abstract Object Clone()

Return Value

Object
A clone of the object

Implements

ICloneable.Clone()

See Also