Share via


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)

Syntax

'Declaration
Public Property ParameterName As String
    Get
    Set
'Usage
Dim instance As DbSyncColumnDescription
Dim value As String

value = instance.ParameterName

instance.ParameterName = value
public string ParameterName { get; set; }
public:
property String^ ParameterName {
    String^ get ();
    void set (String^ value);
}
member ParameterName : string with get, set
function get ParameterName () : String
function set ParameterName (value : String)

Property Value

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

Exceptions

Exception Condition
ArgumentNullException

value is a null reference (Nothing in Visual Basic).

ArgumentException

value is empty.

See Also

Reference

DbSyncColumnDescription Class

Microsoft.Synchronization.Data Namespace