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)

public:
property String^ LocalColumn {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
The name of the column in the local database.

ExceptionCondition
ArgumentException

value is not a unique column name.

Show: