SyncColumnMapping Class
Maps a column in a server table to the corresponding column in a client table.
Assembly: Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)
The SyncColumnMapping type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SyncColumnMapping | Initializes a new instance of the SyncColumnMapping class by using default values. |
![]() | SyncColumnMapping(String, String) | Initializes a new instance of the SyncColumnMapping class by using server column and client column parameters. |
| Name | Description | |
|---|---|---|
![]() | ClientColumn | Gets or sets the name of the client column. |
![]() | ServerColumn | Gets or sets the name of the server column. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | Returns a string that represents the column mapping in the SyncColumnMappingCollection. (Overrides Object.ToString.) |
Show:
