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.
Assembly: Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)
public: property SyncColumnMappingCollection^ ColumnMappings { SyncColumnMappingCollection^ get (); }
Property Value
Type: Microsoft.Synchronization.Data.Server::SyncColumnMappingCollectionA 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: