| DataObjectControllerGetId Method |
Returns the Id of a data object from its UId.
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 virtual int GetId(
Guid uid
)
Parameters
- uid
- Type: SystemGuid
Return Value
Type:
Int32
Returns the Id of the specified data object.
If the specified data object doesn't exist zero is returned.
See Also