This document is archived and information here might be outdated. Recommended version. |
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*