BCCollectionBaseCacheResults Property |
Gets or sets a value indicating whether values should be cached.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public bool CacheResults { get; set; }
Public Property CacheResults As Boolean
Get
Set
public:
property bool CacheResults {
bool get ();
void set (bool value);
}
member CacheResults : bool with get, set
Property Value
Type:
BooleanRemarks
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