SyncSchema::Merge Method

Merges an existing SyncSchema object into the current SyncSchema object.

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

public:
void Merge(
	SyncSchema^ syncSchema
)

Parameters

syncSchema
Type: Microsoft.Synchronization.Data::SyncSchema
An existing SyncSchema object that contains the schema that you want to merge.

ExceptionCondition
ArgumentNullException

syncSchema is a nullptr.

Show: