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,
ICursor** OriginalRows
);
[C++]Parameters
tableName [in] tableName is a parameter of type BSTR IDs [in]IDs is a parameter of type IFIDSet
OriginalRows [out, retval]OriginalRows is a parameter of type ICursor
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.