DataConnector | ComponentOne
C1.AdoNet.D365S Assembly / C1.AdoNet.D365S Namespace / C1D365SConnectionStringBuilder Class / UseCache Property

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