ClearPropertyCache(IEntity,PropertyCacheClearOptions) Method
Clears property values from the cache for an entity
Syntax
void ClearPropertyCache(
IEntity entity,
PropertyCacheClearOptions clearOptions
)Overloads Sub ClearPropertyCache( _
ByVal entity As IEntity, _
ByVal clearOptions As PropertyCacheClearOptions _
) Parameters
| Name | Description |
|---|---|
| entity | The entity to clear values for |
| clearOptions | The type of properties to clear (all properties or only the dynamic property values) |