This document is archived and information here might be outdated.  Recommended version.


IDataChangesExt.ExtractOriginalRows Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseDistributed)  

IDataChangesExt.ExtractOriginalRows Method

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.

See Also

IDataChangesExt Interface