SyncConflict::ServerChange Property

Gets or sets the DataTable object that contains the conflicting rows from the server database.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

public:
property DataTable^ ServerChange {
	DataTable^ get ();
	void set (DataTable^ value);
}

Property Value

Type: System.Data::DataTable
A DataTable object that contains the conflicting rows from the server database.

For an example of how to handle conflicts, see How to: Handle Data Conflicts and Errors.

Show: