Share via


SqlCeSyncProviderAdapterConfiguration.Columns Property

Gets or sets a list of DbSyncColumnDescription objects that represent all columns in a table.

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

Syntax

'Declaration
Public ReadOnly Property Columns As Collection(Of DbSyncColumnDescription)
    Get
'Usage
Dim instance As SqlCeSyncProviderAdapterConfiguration
Dim value As Collection(Of DbSyncColumnDescription)

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

Property Value

Type: System.Collections.ObjectModel.Collection<DbSyncColumnDescription>
A list of DbSyncColumnDescription objects that represent all columns in a table.

See Also

Reference

SqlCeSyncProviderAdapterConfiguration Class

Microsoft.Synchronization.Data.SqlServerCe Namespace