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

In This Topic
    CacheTolerance Property (C1D365SConnectionStringBuilder)
    In This Topic
    The cache expiration interval of time given in seconds. Default value is 600 seconds.
    Syntax
    'Declaration
     
    Public Property CacheTolerance As Integer
    public int CacheTolerance {get; set;}
    See Also