SyncAdapter::GetClientColumnFromServerColumn Method

Gets the client column name that corresponds to the specified server column name.

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

public:
String^ GetClientColumnFromServerColumn(
	String^ serverColumn
)

Parameters

serverColumn
Type: System::String
The server column name for which you want to get the corresponding client column name.

Return Value

Type: System::String
The client column name that corresponds to the specified server column name.
Show: