ClearPropertyCache(IEntity,IEnumerable<PropertyDefinition>) Method
Clears property values from the cache for an entity
Syntax
void ClearPropertyCache(
IEntity entity,
System.Collections.Generic.IEnumerable<PropertyDefinition> propDefs
)Overloads Sub ClearPropertyCache( _
ByVal entity As IEntity, _
ByVal propDefs As System.Collections.Generic.IEnumerable(Of PropertyDefinition) _
) Parameters
| Name | Description |
|---|---|
| entity | The entity to clear values for |
| propDefs | The property definitions to removed cached values for. If null, values will be removed for the entire entity |