dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / SalesforceConnection Class / GetUpdatedIds Method
The table to get the IDs of the updated objects from.
The lower bound of the period, during which the objects to get IDs of were updated.
The upper bound of the period, during which the objects to get IDs of were updated.

In This Topic
    GetUpdatedIds Method
    In This Topic
    Gets the IDs of objects from the specified table that were updated during a specified perod.
    Syntax
    'Declaration
     
    Public Function GetUpdatedIds( _
       ByVal tableName As String, _
       ByVal startDate As Date, _
       ByVal endDate As Date _
    ) As String()
    public string[] GetUpdatedIds( 
       string tableName,
       DateTime startDate,
       DateTime endDate
    )

    Parameters

    tableName
    The table to get the IDs of the updated objects from.
    startDate
    The lower bound of the period, during which the objects to get IDs of were updated.
    endDate
    The upper bound of the period, during which the objects to get IDs of were updated.

    Return Value

    The array of IDs of objects from the specified table that were updated during a specified perod.
    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