dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / SalesforceCacheItem Structure / Filter Field

In This Topic
    Filter Field
    In This Topic
    Determines the condition the object must match to be stored in cache. Must be a valid SQL WHERE clause (without the WHERE keyword).
    Syntax
    'Declaration
     
    Public Filter As String
    public string Filter

    Field Value

    The condition the object must match to be stored in cache. Must be a valid SQL WHERE clause (without the WHERE keyword).
    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