PDIObjectClone(PDIObject) Method

This must be overridden to allow copying values from the specified PDI object into the instance

Definition

Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
protected abstract void Clone(
	PDIObject p
)

Parameters

p  PDIObject
The PDI object from which the settings are to be copied

See Also