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: 1.4.0.0 (1.4.53.0)
public bool CacheResults { get; set; }
public bool CacheResults { get; set; }
Public Property CacheResults As Boolean
Get
Set
Public Property CacheResults As Boolean
Get
Set
public:
property bool CacheResults {
bool get ();
void set (bool value);
}
public:
property bool CacheResults {
bool get ();
void set (bool value);
}
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.