dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / SalesforceCacheItem Structure
Fields

In This Topic
    SalesforceCacheItem Structure Members
    In This Topic

    The following tables list the members exposed by SalesforceCacheItem.

    Public Fields
     NameDescription
    Public FieldIndicates whether cache is enabled for the table.  
    Public FieldDetermines the condition the object must match to be stored in cache. Must be a valid SQL WHERE clause (without the WHERE keyword).  
    Public FieldDetermines the refresh method to use for refreshing cache.  
    Public FieldDetermines the interval between automatic cache refreshing for a table in the cache.  
    Public FieldDetermines the time unit, the refresh interval is set in.  
    Public FieldIndicates the status of the table cache.  
    Public FieldDetermines the name of the table, the cache settings of which this SalesforceCacheItem object contain.  
    Top
    See Also