dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / SalesforceCache Class / GetCacheItem Method
Table to get the cache settings for.

In This Topic
    GetCacheItem Method
    In This Topic
    Returns a SalesforceCacheItem object containing cache settings for the specified cache.
    Syntax
    'Declaration
     
    Public Function GetCacheItem( _
       ByVal tableName As String _
    ) As SalesforceCacheItem
    public SalesforceCacheItem GetCacheItem( 
       string tableName
    )

    Parameters

    tableName
    Table to get the cache settings for.

    Return Value

    A SalesforceCacheItem object containing cache settings for the specified cache.
    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