This document is archived and information here might be outdated. Recommended version. |
Extract the original rows that have changes.
[Visual Basic .NET] Public Function ExtractOriginalRows ( _ ByVal tableName As String, _ ByVal IDs As IFIDSet _ ) As ICursor
[C#] public ICursor ExtractOriginalRows ( string tableName, IFIDSet IDs );
[C++]
HRESULT ExtractOriginalRows(
BSTR tableName,
IFIDSet* IDs
);
[C++] Parameters tableName [in]
tableName is a parameter of type BSTR IDs [in]
IDs is a parameter of type IFIDSet*