This property is used in ComponentOne WebDataObjects for data caching in web applications. It is ignored if the schema is used in WinForms application or in WebForms application without WebDataObjects.

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

Syntax

C#
public CacheProperties CacheProperties { get; set; }
Visual Basic (Declaration)
Public Property CacheProperties As CacheProperties
	Get
	Set

See Also