DbSyncColumnDescription::IsPrimaryKey Property

Gets or sets whether this column is part of the primary key for the table.

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

public:
property bool IsPrimaryKey {
	bool get ();
	void set (bool value);
}

Property Value

Type: System::Boolean
true if this column is part of the primary key for the table; otherwise false.
Show: