Data Port Sync 1.0.500

JetExport.JetRowExportedEventHandler Event

[This is preliminary documentation and subject to change.]

Occurs when a row is being exported from the JET database.

[Visual Basic]
Public Event JetRowExported As 
[C#]
public event  JetRowExported;

Event Data

The event handler receives an argument of type JetRowExportedEventArgs containing data related to this event. The following JetRowExportedEventArgs properties provide information specific to this event.

Property Description
RowCount Gets the total number of rows to be exported.
RowIndex Gets the index of the row currently being exported.
Table Gets the JetTable object that is being exported.

See Also

JetExport Class | Primeworks.DataPortSync.Jet Namespace