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

In This Topic
Disable(String) Method
In This Topic
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.
See Also