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

In This Topic
    CacheAll Property
    In This Topic
    Determines whether to cache data from all the Salesforce tables.
    Syntax
    'Declaration
     
    Public Property CacheAll As Boolean
    public bool CacheAll {get; set;}

    Property Value

    true, if data from all tables should be cached; otherwise, false. The default value is false.
    Remarks
    If set to false, only the data from the tables, cache for which is created, are cached.
    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