dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / CacheItemStatus Enumeration

In This Topic
    CacheItemStatus Enumeration
    In This Topic
    Determines the cache status of a Salesforce table.
    Syntax
    'Declaration
     
    Public Enum CacheItemStatus 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    Members
    MemberDescription
    ActualThe cache is actual.
    DirtyThe cache does not correspond to the actual Salesforce table data.
    NewThe cache is created recently and is not filled yet. It will be filled when the first query to this table will be executed.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Devart.Data.Salesforce.CacheItemStatus

    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