UniqueIdPropertyAssignNewId Method

This can be called to automatically create and assign a unique ID to the property

Definition

Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public string AssignNewId(
	bool forceNew
)

Parameters

forceNew  Boolean
If true, a new unique ID is assigned regardless of whether one already exists. If false and the object already has a unique ID, it keeps the old one.

Return Value

String
It returns the new unique ID

See Also