GetDoNotCache Method
Gets whether the framework can cache property values associated with this Property Definition
Syntax
public System.bool GetDoNotCache(
System.string entityClassName
)Public Function GetDoNotCache( _
ByVal entityClassName As System.String _
) As System.BooleanParameters
| Name | Description |
|---|---|
| entityClassName | The name of the entity class that the cache status applies to. A property can have a different cache algorithm for each entity class. |