Gets or sets the storage medium used to cache changes made by the user.
Namespace:
C1.Data.SchemaObjectsAssembly: C1.Data.2 (in C1.Data.2.dll)
Syntax
C# |
---|
[XmlAttributeAttribute] [DefaultValueAttribute(CacheStorageEnum.File)] public CacheStorageEnum ChangesCacheStorage { get; set; } |
Visual Basic (Declaration) |
---|
<XmlAttributeAttribute> _ <DefaultValueAttribute(CacheStorageEnum.File)> _ Public Property ChangesCacheStorage As CacheStorageEnum Get Set |
Remarks
The default value for this property is CacheStorageEnum.File.