DataConnector | ComponentOne
C1.AdoNet.Salesforce Assembly / C1.AdoNet.Salesforce Namespace / C1SalesforceConnectionStringBuilder Class / CacheLocation Property

In This Topic
    CacheLocation Property (C1SalesforceConnectionStringBuilder)
    In This Topic
    The path to the local database file used as cache. Default location is AppData/C1DataConnector.
    Syntax
    'Declaration
     
    Public Property CacheLocation As String
    public string CacheLocation {get; set;}
    See Also