DbSyncTableDescription::NonPkColumns Property
Gets a list of DbSyncColumnDescription objects that represent all columns in a table other than the primary key columns.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.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: