Data Port Sync 1.0.500

JetTable. Method ()

[This is preliminary documentation and subject to change.]

Creates and opens a JetRowset from this table.

[Visual Basic]
Overloads Public Function () As JetRowset
[C#]
public JetRowset ();

Return Value

A new JetRowset object that can be used to navigate the table data.

Remarks

Make sure the containing database is open before calling this method.

See Also

JetTable Class | Primeworks.DataPortSync.Jet Namespace | JetTable. Overload List