| DataObjectTypeControllerLoadDataObjectType Method (String, Boolean) |
Loads an DataObjectType by its system name.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic virtual DataObjectType LoadDataObjectType(
string systemName,
bool throwIfNotFound = false
)
Parameters
- systemName
- Type: SystemString
- throwIfNotFound (Optional)
- Type: SystemBoolean
Return Value
Type:
DataObjectType
See Also