ArcObjects Library Reference (GeoDatabase)  

IEnumTableVersionChanges.Next Method

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

Product Availability

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

See Also

IEnumTableVersionChanges Interface