SyncColumnMapping Members
Maps a column in a server table to the corresponding column in a client table.
The following tables list the members exposed by the SyncColumnMapping type.
Public Constructors
Name | Description | |
---|---|---|
SyncColumnMapping | Overloaded. Initializes a new instance of the SyncColumnMapping class. |
Top
Public Properties
Name | Description | |
---|---|---|
ClientColumn | Gets or sets the name of the client column. | |
ServerColumn | Gets or sets the name of the server column. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | Overridden. Returns a string that represents the column mapping in the SyncColumnMappingCollection. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
SyncColumnMapping Class
Microsoft.Synchronization.Data.Server Namespace