| DataCacheGetDataObjectType Method (String, Boolean) |
Gets a data object type from the cache.
Caution:
The cache should be used with care as you can't rely on that it is updated.
The cache should never be used in the Model layer.
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic DataObjectType GetDataObjectType(
string systemName,
bool throwIfNotFound = false
)
Parameters
- systemName
- Type: SystemString
- throwIfNotFound (Optional)
- Type: SystemBoolean
Return Value
Type:
DataObjectType
See Also