Gets or sets a value if the data retrieved by this data source should be cached.

Namespace:  Endeca.Web.UI
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
[DefaultValueAttribute(false)]
public bool EnableCaching { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(False)> _
Public Property EnableCaching As Boolean
Visual C++
[DefaultValueAttribute(false)]
public:
virtual property bool EnableCaching {
	bool get () sealed;
	void set (bool value) sealed;
}

See Also