SqlCeSyncProviderAdapterConfiguration::Columns Property
Gets or sets a list of DbSyncColumnDescription objects that represent all columns in a table.
Assembly: Microsoft.Synchronization.Data.SqlServerCe (in Microsoft.Synchronization.Data.SqlServerCe.dll)
public: property Collection<DbSyncColumnDescription^>^ Columns { Collection<DbSyncColumnDescription^>^ get (); }
Property Value
Type: System.Collections.ObjectModel::Collection<DbSyncColumnDescription>A list of DbSyncColumnDescription objects that represent all columns in a table.
Show: