Data Port Sync 1.0.500

ChangedRow.SortOrder Property

[This is preliminary documentation and subject to change.]

Gets or sets the sorting order for the row.

[Visual Basic]
Public Property SortOrder As 
[C#]
public  SortOrder {get; set;}

Remarks

The merge code sorts the changed rows according to this value to ensure that data is inserted, updated and deleted in the proper FOREIGN KEY order.

See Also

ChangedRow Class | Primeworks.DataPortSync Namespace