| DataObjectTypeControllerGetId Method (String) |
Returns the Id of a data object type from its system name.
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 virtual int GetId(
string systemName
)
Parameters
- systemName
- Type: SystemString
Case insensitive.
Return Value
Type:
Int32
Returns the Id of the specified data object type.
If the specified data object type doesn't exist zero is returned.
See Also