Data Port Sync 1.0.500

JetExport. Method 

[This is preliminary documentation and subject to change.]

Counts the number of rows in an Access table.

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

Parameters

JetTable
Access table to count the rows.

Return Value

Number of rows in the table.

Remarks

This function is used to set a limit on the table progress bars.

See Also

JetExport Class | Primeworks.DataPortSync.Jet Namespace