Click or drag to resize

DataCacheGetProperty Method (Guid, Boolean)

Gets a property 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 BaseProperty GetProperty(
	Guid uid,
	bool throwIfNotFound = false
)

Parameters

uid
Type: SystemGuid
throwIfNotFound (Optional)
Type: SystemBoolean

Return Value

Type: BaseProperty
See Also