CacheLocation Property (C1ConnectionStringBuilder)
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