SqlCeSyncProviderAdapterConfiguration::NonPkColumns Property

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

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

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

Property Value

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