Determines whether to upgrade the local cache database or to throw an exception in case when dotConnect for Salesforce version that uses a newer cache structure or newer version of Salesforce API discovers an old incompatible cache for the connection that is opening. Default value is true.
public bool UpgradeCache {get; set;}
'Declaration
Public Property UpgradeCache As Boolean
Property Value
true, if dotConnect for Salesforce must upgrade the local cache database when it finds an old incompatible cache database;
false when it must throw an exception in this case.