DataConnector | ComponentOne
C1.AdoNet.Kintone Assembly / C1.AdoNet.Kintone Namespace / C1KintoneConnectionStringBuilder Class / UseCache Property

In This Topic
    UseCache Property (C1KintoneConnectionStringBuilder)
    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