DataConnector | ComponentOne
C1.AdoNet.ServiceNow Assembly / C1.DataConnector.AdoNet Namespace / C1OAuthConnectionStringBuilder Class / UseCache Property

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