OCLOperators newGuid
No edit summary
No edit summary
 
Line 1: Line 1:
{{Edited|July|12|2025}}
{{Edited|July|12|2025}}
This is an EAL expression available on Guid Type attributes  to create a new Guid object  and store it in the Guid attribute
This is an EAL expression available on Guid Type attributes  to create a new Guid object  and store it in the Guid attribute.
 
'''NOTE''': Guid attribute should not be null to use this expression.
 
==== Example ====
<syntaxhighlight>
self.Guid.newGuid
</syntaxhighlight>or<syntaxhighlight>
self.Guid:=Guid.NewGuid
</syntaxhighlight>

Latest revision as of 17:46, 29 January 2025

This page was created by Stephanie@mdriven.net on 2025-01-08. Last edited by Charles@mdriven.net on 2025-01-29.

This is an EAL expression available on Guid Type attributes to create a new Guid object and store it in the Guid attribute.

NOTE: Guid attribute should not be null to use this expression.

Example

self.Guid.newGuid

or

self.Guid:=Guid.NewGuid
MDriven Chat

How would you like to chat today?

Setting up your conversation…

This may take a few moments