Click or drag to resize
BCCollectionBaseCacheResults Property
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: 4.0.0.0 (4.0.19.0)
Syntax
public bool CacheResults { get; set; }

Property Value

Type: Boolean
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