SyncAdapter::GetClientColumnFromServerColumn Method
Gets the client column name that corresponds to the specified server column name.
Assembly: Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)
Parameters
- serverColumn
- Type: System::String
The server column name for which you want to get the corresponding client column name.
Return Value
Type: System::StringThe client column name that corresponds to the specified server column name.
Show: