BCTableViewCacheResults 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.111.0)
Syntax public bool CacheResults { get; set; }
Public Property CacheResults As Boolean
Get
Set
Property Value
Type:
BooleanRemarks
Set property before getting data from the tableview. The property should
not be set to on the table view when passed to BCRepository.ExecuteQuery.
See Also