SyncAdapter::ColumnMappings Property

Gets a collection of SyncColumnMapping objects for the table. These objects map columns in a server table to the corresponding columns in a client table.

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

public:
property SyncColumnMappingCollection^ ColumnMappings {
	SyncColumnMappingCollection^ get ();
}

Property Value

Type: Microsoft.Synchronization.Data.Server::SyncColumnMappingCollection
A SyncColumnMappingCollection object for the table. The SyncColumnMapping objects in the collection map columns in a server table to the corresponding columns in a client table.
Show: