Data Port Sync 1.0.500

JetTable. Method 

[This is preliminary documentation and subject to change.]

Calculates the insert order for this table.

[Visual Basic]
Public Function () As Integer
[C#]
public int ();

Return Value

An integer representing the insert order of the table.

Remarks

The insert order is the order by which INSERT statements must be processed in order to avoid FOREIGN KEY errors.

See Also

JetTable Class | Primeworks.DataPortSync.Jet Namespace