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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also