DbSyncColumnDescription::ParameterName Property

Gets or sets the name of the parameter that is used to represent this column in synchronization queries.

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

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

Property Value

Type: System::String
The name of the parameter that is used to represent this column in synchronization queries.

ExceptionCondition
ArgumentNullException

value is a nullptr.

ArgumentException

value is empty.

Show: