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

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