DbSyncTableDescription::PkColumns Property

Gets a list of DbSyncColumnDescription objects that represent all primary key columns in a table.

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

public:
property IEnumerable<DbSyncColumnDescription^>^ PkColumns {
	IEnumerable<DbSyncColumnDescription^>^ get ();
}

Property Value

Type: System.Collections.Generic::IEnumerable<DbSyncColumnDescription>
A list of DbSyncColumnDescription objects that represent all primary key columns in a table.
Show: