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.
    See Also