Try Playground
Show / Hide Table of Contents

Property Dependency

Dependency

The file or cache key dependencies for the DataType. When any dependency changes, the object becomes invalid and is removed from the cache. If there are no dependencies, this property contains a null reference (Nothing in Visual Basic).

Declaration
public CacheDependency Dependency { get; set; }
Property Value
Type Description
CacheDependency
Back to top Copyright © 2017 Alachisoft