dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / SalesforceCache Class / Alter Method / Alter(String,Boolean) Method
The name of the table to alter cache settings for.
true if full refresh mode should be used (all objects, matching the filter if such is set, from thу specified table will be queried when performing cache refreshing); false if smart refresh mode should be used (only objects that were created or modified since the last cache refreshing, will be queried when performing cache refreshing).

In This Topic
    Alter(String,Boolean) Method
    In This Topic
    Alters refresh method for a table in the cache.
    Syntax
    'Declaration
     
    Public Overloads Sub Alter( _
       ByVal tableName As String, _
       ByVal fullRefresh As Boolean _
    ) 
    public void Alter( 
       string tableName,
       bool fullRefresh
    )

    Parameters

    tableName
    The name of the table to alter cache settings for.
    fullRefresh
    true if full refresh mode should be used (all objects, matching the filter if such is set, from thу specified table will be queried when performing cache refreshing); false if smart refresh mode should be used (only objects that were created or modified since the last cache refreshing, will be queried when performing cache refreshing).
    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