| C1.Data.2 Assembly > C1.Data Namespace : CacheModeEnum Enumeration |
'Declaration Public Enum CacheModeEnum Inherits System.Enum
public enum CacheModeEnum : System.Enum
| Member | Description |
|---|---|
| Always | Reserved for future use (in current version this value is equivalent to InWebForms) |
| InWebForms | Global caching for this data set is enabled only in WebForms. |
| NotCached | Global caching is disabled for this data set. |
System.Object
System.ValueType
System.Enum
C1.Data.CacheModeEnum