dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / SalesforceCache Class / Alter Method / Alter(String,String) Method
The name of the table to alter cache settings for.
The new filter value. Allows setting the condition the object must match to be stored in cache. Must be a valid SOQL WHERE clause (without the WHERE keyword).

Alter(String,String) Method
Alters filter for a table in the cache.
Syntax
'Declaration
 
Public Overloads Sub Alter( _
   ByVal tableName As String, _
   ByVal filter As String _
) 
 

Parameters

tableName
The name of the table to alter cache settings for.
filter
The new filter value. Allows setting the condition the object must match to be stored in cache. Must be a valid SOQL WHERE clause (without the WHERE keyword).
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