dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / SalesforceCache Class / GetCachedTables Method

In This Topic
    GetCachedTables Method
    In This Topic
    Returns the list of cached Salesforce tables.
    Syntax
    'Declaration
     
    Public Function GetCachedTables() As List(Of String)
    public List<string> GetCachedTables()

    Return Value

    The list of cached Salesforce tables.
    See Also