UniqueIdPropertyAssignNewId Method
This can be called to automatically create and assign a unique ID to the property
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public string AssignNewId(
bool forceNew
)
Public Function AssignNewId (
forceNew As Boolean
) As String
public:
String^ AssignNewId(
bool forceNew
)
member AssignNewId :
forceNew : bool -> string
- 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.
StringIt returns the new unique ID