This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEnumTableVersionChanges Interface > IEnumTableVersionChanges.Next Method (ArcObjects .NET 10.5 SDK) |
Retrieves the next table whose version has been changed.
[Visual Basic .NET] Public Sub Next ( _ ByRef oldTable As ITable, _ ByRef newTable As ITable _ )
[C#] public void Next ( ref ITable oldTable, ref ITable newTable );
[C++]
HRESULT Next(
ITable** oldTable,
ITable** newTable
);
[C++]
Parameters oldTable [out]
oldTable is a parameter of type ITable newTable [out]
newTable is a parameter of type ITable