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


IDataChangesExt.ExtractOriginalRows Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > ID > IDataChangesExt Interface > IDataChangesExt.ExtractOriginalRows Method
ArcGIS Developer Help

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
);
[C++]
Parameters
tableName [in]

tableName is a parameter of type BSTR IDs [in]
IDs is a parameter of type IFIDSet*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDataChangesExt Interface