DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / C1ConnectionStringBuilder Class / UseCache Property

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