dotConnect for MySQL Documentation
Devart.Data.Synchronization Namespace / SyncProviderAdapterConfiguration Class / Columns Property

In This Topic
    Columns Property (SyncProviderAdapterConfiguration)
    In This Topic
    Gets the collection of Microsoft.Synchronization.Data.DbSyncColumnDescription objects, representing all columns in a table.
    Syntax
    'Declaration
     
    Public Property Columns As Collection(Of DbSyncColumnDescription)
    public Collection<DbSyncColumnDescription> Columns {get; set;}

    Property Value

    The collection of Microsoft.Synchronization.Data.DbSyncColumnDescription objects, representing all columns in a table.
    See Also