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

In This Topic
    DataCache Property
    In This Topic
    Gets or sets the path to the data cache database file. If not set, the file is located in the user Application Data directory by default and is named by the Salesforce.com or Database.com account name.
    Syntax
    'Declaration
     
    Public Property DataCache As String
    public string DataCache {get; set;}

    Property Value

    The path to the data cache database file.
    See Also