dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / SalesforceCache Class / Refresh Method / Refresh(String,Boolean) Method
The name of the table to refresh cache for.
true if full refresh method 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 method 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
Refresh(String,Boolean) Method
In This Topic
Refreshes the cache for the specified table using the specified method.
Syntax
'Declaration
 
Public Overloads Sub Refresh( _
   ByVal tableName As String, _
   ByVal fullRefresh As Boolean _
) 
 

Parameters

tableName
The name of the table to refresh cache for.
fullRefresh
true if full refresh method 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 method should be used (only objects that were created or modified since the last cache refreshing, will be queried when performing cache refreshing).
See Also