This document is archived and information here might be outdated. Recommended version. |
Generates the index row values for a reference data row.
[Visual Basic .NET] Public Sub ComputeIndexRow ( _ ByVal SourceRow As IObject, _ ByVal indexRow As IObject _ )
[C#] public void ComputeIndexRow ( IObject SourceRow, IObject indexRow );
[C++]
HRESULT ComputeIndexRow(
IObject* SourceRow,
IObject* indexRow
);
[C++] Parameters SourceRow [in]
SourceRow is a parameter of type IObject* indexRow [in]
indexRow is a parameter of type IObject*
This method is deprecated.