Gets or sets a value indicating whether the data in cache should be compressed.

Namespace:  C1.Data.SchemaObjects
Assembly:  C1.Data.2 (in C1.Data.2.dll)

Syntax

C#
[DefaultValueAttribute(false)]
[XmlAttributeAttribute]
public bool CacheCompressed { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(False)> _
<XmlAttributeAttribute> _
Public Property CacheCompressed As Boolean
	Get
	Set

Remarks

The default value for this property is False.

See Also