Gets the IDs of objects from the specified table that were updated during a specified perod.
'Declaration
Public Function GetUpdatedIds( _
ByVal As String, _
ByVal As Date, _
ByVal As Date _
) As String()
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.
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