ArcObjects Library Reference (GeoDatabase)  

ICollectionTableVersionChanges.Add Method

Tables whose version has been changed.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal oldTable As ITable, _
    ByVal newTable As ITable _
)
[C#]
public void Add (
    ITable oldTable,
    ITable newTable
);
[C++]
HRESULT Add(
  ITable* oldTable,
  ITable* newTable
);
[C++]

Parameters

oldTable [in]

  oldTable is a parameter of type ITable

newTable [in]

  newTable is a parameter of type ITable

Product Availability

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

See Also

ICollectionTableVersionChanges Interface