| DataObjectTypeControllerGetSystemName Method |
Returns the system name of a data object type.
The method doesn't consider the security model.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic string GetSystemName(
int id
)
Parameters
- id
- Type: SystemInt32
Return Value
Type:
String
Returns the system name of the specified data object type.
If the specified data object type doesn't exist an exception is thrown.
See Also