Data Port Sync 1.0.500

JetTableCollection. Method 

[This is preliminary documentation and subject to change.]

Finds a given JetTable object by name.

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

Parameters

String
Table name to find.

Return Value

-1 if the table is not found or its index on the collection.

See Also

JetTableCollection Class | Primeworks.DataPortSync.Jet Namespace