| DataCacheGetDataObjectType Method (Guid, 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(
Guid uid,
bool throwIfNotFound = false
)
Parameters
- uid
- Type: SystemGuid
- throwIfNotFound (Optional)
- Type: SystemBoolean
Return Value
Type:
DataObjectType
See Also