SetDoNotCache Method
Sets whether the framework can cache property values associated with this Property Definition
Syntax
public void SetDoNotCache(
System.bool doNotCache,
System.string entityClassName
)Public Sub SetDoNotCache( _
ByVal doNotCache As System.Boolean, _
Optional ByVal entityClassName As System.String _
) Parameters
| Name | Description |
|---|---|
| doNotCache | The cache algorithm that is assigned to the PropertyDefinition |
| entityClassName | The optional name of the entity class that this cache algorithm applies to. If null, then this will apply to all entity classes. There are properties that have different cache algorithms for each entity class |