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)
Syntax
'Declaration
Public Function GetClientColumnFromServerColumn ( _
serverColumn As String _
) As String
public string GetClientColumnFromServerColumn (
string serverColumn
)
public:
String^ GetClientColumnFromServerColumn (
String^ serverColumn
)
public String GetClientColumnFromServerColumn (
String serverColumn
)
public function GetClientColumnFromServerColumn (
serverColumn : String
) : String
Parameters
- serverColumn
The server column name for which you want to get the corresponding client column name.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).
Target Platforms
See Also
Reference
SyncAdapter Class
SyncAdapter Members
Microsoft.Synchronization.Data.Server Namespace