ArcObjects Library Reference (GeoDatabaseDistributed)  

IEnumTableDataChanges.Next Method

The next table data changes in the enumeration.

[Visual Basic .NET]
Public Function Next ( _
) As ITableDataChangesInfo
[C#]
public ITableDataChangesInfo Next (
);
[C++]
HRESULT Next(
  ITableDataChangesInfo** TableDataChanges
);
[C++]

Parameters

TableDataChanges [out, retval]

  TableDataChanges is a parameter of type ITableDataChangesInfo

Product Availability

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

See Also

IEnumTableDataChanges Interface