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