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
Public ReadOnly Property NonPkColumns As IEnumerable(Of DbSyncColumnDescription)
    Get
'Usage
Dim instance As DbSyncTableDescription
Dim value As IEnumerable(Of DbSyncColumnDescription)

value = instance.NonPkColumns
public IEnumerable<DbSyncColumnDescription> NonPkColumns { get; }
public:
property IEnumerable<DbSyncColumnDescription^>^ NonPkColumns {
    IEnumerable<DbSyncColumnDescription^>^ get ();
}
member NonPkColumns : IEnumerable<DbSyncColumnDescription>
function get NonPkColumns () : IEnumerable<DbSyncColumnDescription>

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.

See Also

Reference

DbSyncTableDescription Class

Microsoft.Synchronization.Data Namespace