dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / SalesforceCache Class / Alter Method / Alter(String,Int32,RefreshIntervalUnit) Method
The name of the table to alter cache settings for.
The new refresh interval.
The time unit, the refresh interval is set in.

In This Topic
    Alter(String,Int32,RefreshIntervalUnit) Method
    In This Topic
    Alters the interval between automatic cache refreshing for a table in the cache.
    Syntax
    'Declaration
     
    Public Overloads Sub Alter( _
       ByVal tableName As String, _
       ByVal refreshInterval As Integer, _
       ByVal intervalUnit As RefreshIntervalUnit _
    ) 
    public void Alter( 
       string tableName,
       int refreshInterval,
       RefreshIntervalUnit intervalUnit
    )

    Parameters

    tableName
    The name of the table to alter cache settings for.
    refreshInterval
    The new refresh interval.
    intervalUnit
    The time unit, the refresh interval is set in.
    See Also