dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / SalesforceCache Class / Disable Method / Disable(String) Method
The name of the table to disable cache for.

Disable(String) Method
Temporary disables caching for a Salesforce table. Cache data and settings are not deleted, hovever all the data from this table will be retrieved from Salesforce service directky, bypassing the cache.
Syntax
'Declaration
 
Public Overloads Sub Disable( _
   ByVal tableName As String _
) 
 

Parameters

tableName
The name of the table to disable cache for.
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