Share via


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
    Get
    Set
'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);
}
member LocalColumn : string with get, set
function get LocalColumn () : String
function set LocalColumn (value : String)

Property Value

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

Exceptions

Exception Condition
ArgumentException

value is not a unique column name.

See Also

Reference

DbSyncColumnMapping Class

Microsoft.Synchronization.Data Namespace