DbSyncColumnMapping.LocalColumn Property
Gets or sets the name of the column in the local database.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Property LocalColumn As String
'Usage
Dim instance As DbSyncColumnMapping
Dim value As String
value = instance.LocalColumn
instance.LocalColumn = value
public string LocalColumn { get; set; }
public:
property String^ LocalColumn {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_LocalColumn ()
/** @property */
public void set_LocalColumn (String value)
public function get LocalColumn () : String
public function set LocalColumn (value : String)
Property Value
The name of the column in the local database.
See Also
Reference
DbSyncColumnMapping Class
DbSyncColumnMapping Members
Microsoft.Synchronization.Data Namespace