DataConnector | ComponentOne
C1.AdoNet.CSV Assembly / C1.AdoNet.CSV Namespace / C1CSVConnectionStringBuilder Class / UseCache Property

In This Topic
    UseCache Property (C1CSVConnectionStringBuilder)
    In This Topic
    Specifies whether caching is considered or not. Default is false/not.
    Syntax
    'Declaration
     
    Public Property UseCache As Boolean
    public bool UseCache {get; set;}
    See Also