Gets or sets a value indicating whether values should be cached.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public bool CacheResults { get; set; }
Visual Basic
Public Property CacheResults As Boolean
	Get
	Set
Visual C++
public:
property bool CacheResults {
	bool get ();
	void set (bool value);
}

Remarks

Set property before getting data from the table view. The property should not be set to falseFalsefalsefalse (False in Visual Basic) on the table view when passed to BCRepository.ExecuteQuery.

See Also