dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / SalesforceCache Class / Create Method / Create(SalesforceCacheItem) Method
A SalesforceCacheItem object containing cache settings for a single Salesforce table.

In This Topic
    Create(SalesforceCacheItem) Method
    In This Topic
    Creates cache for the Salesforce table.
    Syntax
    'Declaration
     
    Public Overloads Sub Create( _
       ByVal cacheItem As SalesforceCacheItem _
    ) 
    public void Create( 
       SalesforceCacheItem cacheItem
    )

    Parameters

    cacheItem
    A SalesforceCacheItem object containing cache settings for a single Salesforce table.
    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