BCCollectionBase CacheResults Property Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
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.53.0)
Syntax

public bool CacheResults { get; set; }
Remarks

Set property before getting data from the table view. The property should not be set to   on the table view when passed to BCRepository.ExecuteQuery.
See Also