| DataObjectControllerGetUId Method |
Returns the U(nique)Id of a data object from its Id.
The UId of a data object remains the same when it is transported to another system - this is not the case with the Id of a data object.
The method doesn't consider the security model.
The method doesn't consider whether the data object is marked as deleted.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic Guid GetUId(
int id
)
Parameters
- id
- Type: SystemInt32
Return Value
Type:
Guid
Returns the UId of the data object.
If the specified data object doesn't exist an empty Guid is returned.
See Also