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