Data Port Sync 1.0.500

JetTrackedTableCollection. Method 

[This is preliminary documentation and subject to change.]

Searches the collection for a JetTrackedTable object given its ID.

[Visual Basic]
Public Function ( _
   ByVal Int32 As Integer _
) As Integer
[C#]
public int (
   Int32 nID
);

Parameters

Int32
JetTrackedTable ID to search for.

Return Value

-1 if the object is not found or the collection index of the object.

See Also

JetTrackedTableCollection Class | Primeworks.DataPortSync.Jet Namespace