Share via


DbSyncTableDescription.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
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
<SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId:="Pk")> _
Public ReadOnly Property NonPkColumns As IEnumerable(Of DbSyncColumnDescription)
'Usage
Dim instance As DbSyncTableDescription
Dim value As IEnumerable(Of DbSyncColumnDescription)

value = instance.NonPkColumns
[SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId="Pk")] 
public IEnumerable<DbSyncColumnDescription> NonPkColumns { get; }
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId=L"Pk")] 
public:
property IEnumerable<DbSyncColumnDescription^>^ NonPkColumns {
    IEnumerable<DbSyncColumnDescription^>^ get ();
}
/** @property */
public IEnumerable<DbSyncColumnDescription> get_NonPkColumns ()
public function get NonPkColumns () : IEnumerable<DbSyncColumnDescription>

Property Value

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

See Also

Reference

DbSyncTableDescription Class
DbSyncTableDescription Members
Microsoft.Synchronization.Data Namespace