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
    public bool ExistsAndEnabled( 
       string tableName
    )

    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.
    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