Data Port Sync 1.0.500

JetRowTrack. Method 

[This is preliminary documentation and subject to change.]

Deletes an existing row.

[Visual Basic]
Public Function ( _
   ByVal ChangedRow As ChangedRow _
) As Boolean
[C#]
public bool (
   ChangedRow row
);

Parameters

ChangedRow
Row to delete.

Return Value

true if the row was found.

See Also

JetRowTrack Class | Primeworks.DataPortSync.Jet Namespace