Click or drag to resize

DataCacheGetDataObjectType Method (Int32, 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
Syntax
C#
public virtual DataObjectType GetDataObjectType(
	int id,
	bool throwIfNotFound = false
)

Parameters

id
Type: SystemInt32
throwIfNotFound (Optional)
Type: SystemBoolean

Return Value

Type: DataObjectType
See Also