dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / SalesforceCache Class / ExistsAndEnabled Method
Table to check the existence and status of the cache for.

In This Topic
ExistsAndEnabled Method
In This Topic
Checks whether the cache for the specified Salesforce table exists and is enabled.
Syntax
'Declaration
 
Public Function ExistsAndEnabled( _
   ByVal tableName As String _
) As Boolean
 

Parameters

tableName
Table to check the existence and status of the cache for.

Return Value

true if the cache for the specified Salesforce table exists and is enabled; false otherwise.
See Also