dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / SalesforceConnectionStringBuilder Class / UpgradeCache Property

In This Topic
    UpgradeCache Property
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Property UpgradeCache As Boolean
    public bool UpgradeCache {get; set;}

    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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also