This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > ID > IDataChangesExt Interface > IDataChangesExt.ExtractOriginalRows Method (ArcObjects .NET 10.5 SDK) |
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