Data Port Sync 1.0.500

JetTable Constructor 

[This is preliminary documentation and subject to change.]

Creates a new JetTable object from a JetDatabase and a table name.

[Visual Basic]
Overloads Public Sub New( _
   ByVal JetDatabase As JetDatabase, _
   ByVal String As String _
)
[C#]
public JetTable(
   JetDatabase db,
   String strTableName
);

Parameters

JetDatabase
JetDatabase object that the table belongs to.
String
Table name.

See Also

JetTable Class | Primeworks.DataPortSync.Jet Namespace