Data Port Sync 1.0.500

MergeTableCollection. Method (MergeTable)

[This is preliminary documentation and subject to change.]

Calculates the index of a MergeTable object in the collection.

[Visual Basic]
Overloads Public Function ( _
   ByVal MergeTable As MergeTable _
) As Integer
[C#]
public int (
   MergeTable table
);

Parameters

MergeTable
MergeTable object to locate.

Return Value

Zero-based index or -1 if the table is not found.

See Also

MergeTableCollection Class | Primeworks.DataPortSync Namespace | MergeTableCollection. Overload List