Data Port Sync 1.0.500

ChangedRow. Method 

[This is preliminary documentation and subject to change.]

Compares two changed rows for sorting purposes.

[Visual Basic]
NotOverridable Public Function ( _
   ByVal Object As Object _
) As Integer _
    Implements IComparable.
[C#]
public int (
   Object obj
);

Parameters

Object
Object to compare to.

Return Value

Comparison result: 0, -1 or 1.

Implements

IComparable.

See Also

ChangedRow Class | Primeworks.DataPortSync Namespace